how to know exactly how many bytes an object takes 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