What does
.append()
do?
It adds a value to a list
It removes a value from a list
It creates a list
It adds a value to a list.