Why the size of integer always start 24 byte | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why the size of integer always start 24 byte

python have dynamic data types then why sys.getsizeof(0) o/p 24 sys.getsizeof(1) o/p 28 it means python have some range of int

20th Aug 2018, 5:52 AM
Rohit Jarariya
Rohit Jarariya - avatar
3 Answers
+ 2
?????
20th Aug 2018, 5:58 AM
KrOW
KrOW - avatar
0
I mean what is the size of integer data types in python
20th Aug 2018, 6:07 AM
Rohit Jarariya
Rohit Jarariya - avatar