1 2 3 4 5 6 7 8 9
[].pop() """ TRACEBACK: Traceback (most recent call last): File "list__pop_empty.py", line 1, in <module> [].pop() ~~~~~~~~ IndexError: pop from empty list """