how much memory does the integer 5 consume in plain Python? code example Example: what takes more memory string or list python import sys sys.getsizeof(5) 24