Which instruction do we use to add a value to a list?
.append()
.pop()
Make sure to pick
.append()
.