What are the datatypes python has? please tell me category wise | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

What are the datatypes python has? please tell me category wise

I need proper answer

13th Mar 2021, 11:10 AM
Thayani Gathirvelou🇱🇰
Thayani Gathirvelou🇱🇰 - avatar
3 Antworten
9th Jun 2021, 8:39 AM
Tharul Nejana
Tharul Nejana - avatar
+ 3
Text => str Numeric => int float complex Sequence => tuple range list map => dict set => set frozenset boolean => bool binary => bytes bytearray memoryview ©w3schools
13th Mar 2021, 11:24 AM
TOLUENE
TOLUENE - avatar