What are all the types in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are all the types in python?

These are all I can think of: int float string list dictionary

24th Aug 2017, 8:16 AM
Matthew Li
Matthew Li - avatar
4 Answers
+ 1
set, functions and all objects (class instances)
24th Aug 2017, 8:19 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
int long bool float complex string list tuple dictionary
24th Aug 2017, 10:59 AM
Anne Joseph
Anne Joseph - avatar
0
um...what's 'complex'?
2nd Sep 2017, 5:13 AM
Matthew Li
Matthew Li - avatar
0
It is a complex number and can be written with j as in physics (example : 4 - 2j)
2nd Sep 2017, 6:19 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar