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