Size of int datatype in python | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 2
import sys print(sys.getsizeof(int()))
13th Jun 2020, 10:35 AM
ChaoticDawg
ChaoticDawg - avatar