What are the datatypes python has? please tell me category wise | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответов
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