+ 1
What are all the types in python?
These are all I can think of: int float string list dictionary
4 Antworten
+ 1
set, functions and all objects (class instances)
+ 1
int
long
bool
float
complex
string
list
tuple
dictionary
0
um...what's 'complex'?
0
It is a complex number and can be written with j as in physics (example : 4 - 2j)