+ 2
What are the datatypes python has? please tell me category wise
I need proper answer
3 Respostas
+ 4
Check out đ
https://www.sololearn.com/Discuss/2754818/?ref=app
+ 3
Text => str
Numeric => int float complex
Sequence => tuple range list
map => dict
set => set frozenset
boolean => bool
binary => bytes bytearray memoryview
©w3schools