+ 5
How many data types in python?
Data types
6 Antworten
+ 8
As many as you like, actually. Each class is its own datatype :)
Unless you mean primitive data types:
https://docs.python.org/3.3/library/stdtypes.html
+ 2
int, strings, list, tuples, dictionaries
+ 1
float
+ 1
long int
+ 1
how do I make a website in phyton? html starts with <!DOCTYPE> <html>,etc. how do I start in phyton?
+ 1
my question as well.