Python List Methods
append_back
append to the end any objectappend_front
append to the front any objectextend
extend the list with any object
append_back
append to the end any objectappend_front
append to the front any objectextend
extend the list with any object