import sys variable = 30 print(sys.getsizeof(variable)) # 24