Creation of strings

A string is a sentence that you’ll use in several times, and it is so easy to use, and you’ll use it everytime you make a program. This is an example: And that’s it! When you run the program you’ll get your string Gg ezpz

Lists & Tuples

This is a very easy topic and I’ll explain it in a very easy way. To identify a list and a tuple just look at this example: A tuple can be write withouth the «[» «]», and also you can use «(» «)», so it is the same if you write: x = 1,2,3,4 or… Continúa leyendo Lists & Tuples