Question #49: What gets printed?
numbers = [1, 2, 3, 4] numbers.append([5,6,7,8]) print(len(numbers))