Taille de Python variable

import sys
sys.getsizeof(object[, default])
# returns size of object in bytes
Maren-of-Alterside