Python: Find the Bug in Everyday Code

Python: Find the Bug in Everyday Code

Answer 15 questions randomly selected from a bank of 40. Choose one best answer per question. Pass with 12 correct answers. Original professional practice, not an official certification exam.
1 of 15
Python 3 executes: it = iter([1, 2]); first = list(it); second = list(it). What is second?