how to see which variable is bigger python code example
Example: size of variable python
import sys
sys.getsizeof(object[, default])
# returns size of object in bytes
import sys
sys.getsizeof(object[, default])
# returns size of object in bytes