FUN FACT ABOUT PYTHON. As Python was implemented in the C language, when we say x=10000 in python, x is not just a raw integer but it's actually a pointer to a compound C structure which not only stores the integer value but also many other values. Thus, every object in Python is cleverly disguised as a C structure, which not only contains its value but also more information about it.
Download the medial app to read full posts, comements and news.