Size of int datatype in python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Size of int datatype in python

What is the size of datatype 'int' in python

13th Jun 2020, 10:28 AM
Yasir Ali Khan
Yasir Ali Khan - avatar
1 Réponse
+ 2
import sys print(sys.getsizeof(int()))
13th Jun 2020, 10:35 AM
ChaoticDawg
ChaoticDawg - avatar