To remove a value at a specific index, we add the index we want to remove in parentheses, like pop(1).

Make sure to pick pop followed by ( and then 1, ).