I\'m confused as to why:
len(b\'123\') == 3 import sys sys.getsizeof(b\'123\') == 36
What exactly is <