สถานะการส่งล่าสุด: -

SOS11: Append

Append
Add a member at the end of the list and print the list after added.

Example output:

['Chicken', 'Apple', 'Dog', 'Banana']

some_list = ["Chicken", "Apple", "Dog"]

print(some_list)