0
Que tipos de variables hay en pyhton
3 Réponses
+ 1
@Daniel S: that is Spanish
@Daniel Bautista: Disculpe, soy francés y no hablo mucho español, no sé como decir eso en español...
+ 1
that question is a bit complicated: the more I look into it, the more it confuses me...
There are the basic types: int and float, that are not iterable (you cannot iterate over it)
Then there are the iterables: lists, sets, dictionaries, and so on.
And finally, there are the types the system creates during execution (I don't clearly understand what they do) and the user created types that can be iterable, or not.
0
and in English?