What does this code print?
lst = [1, 2, 3] lst.append([4, 5]) print(lst[-1])
← → arrow keys to navigate
Sign in to save your progress.