Which instruction do we use to remove the last element of a list?
.pop()
.insert()
Make sure to pick .pop().