Question
What does the append() function do to a Python list?
(1 point)
Responses
It adds an item to the beginning.
It adds an item to the beginning.
It adds a tuple.
It adds a tuple.
It adds an item to the end.
It adds an item to the end.
It adds the list to a text file.
(1 point)
Responses
It adds an item to the beginning.
It adds an item to the beginning.
It adds a tuple.
It adds a tuple.
It adds an item to the end.
It adds an item to the end.
It adds the list to a text file.
Answers
GPT 3.5
It adds an item to the end.