Que tipos de variables hay en pyhton | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Que tipos de variables hay en pyhton

14th Feb 2017, 7:26 PM
Daniel Bautista
Daniel Bautista - avatar
3 Answers
+ 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...
14th Feb 2017, 10:57 PM
Amaras A
Amaras A - avatar
+ 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.
15th Feb 2017, 1:42 PM
Amaras A
Amaras A - avatar
0
and in English?
14th Feb 2017, 11:07 PM
Daniel Bautista
Daniel Bautista - avatar