+ 2
What are the datatypes python has? please tell me category wise
I need proper answer
3 Antworten
+ 4
+ 3
Text => str
Numeric => int float complex
Sequence => tuple range list
map => dict
set => set frozenset
boolean => bool
binary => bytes bytearray memoryview
©w3schools