Question
which of the following statements would access the fourth item in a list named ice cream?
ice cream[3]
ice cream[4]
ice cream(3)
ice cream(4)
ice cream[3]
ice cream[4]
ice cream(3)
ice cream(4)
Answers
GPT 3.5
The correct statement to access the fourth item in a list named ice cream is: ice cream[3]