Contact: aviboots(AT)netvision.net.il
41,628 questions
54,291 answers
573 users
from sys import getsizeof lst = [1, 2, 3, 4] print(getsizeof(lst), 'bytes') ''' run: 88 bytes '''