ProgQuiz
Python Quiz
When using .pop() on a list, without the position specified in the parameter. What is the default position to pop?
First item
Last item
Random item
Throws an error
Go back home