What does
.pop()
do?
It removes the last value from a list
It adds a value to a list
It removes a random value from a list
It removes the last value from a list.