110k views
0 votes
Given the following list, what is the value of ages[5]? ages = [22, 35, 24, 17, 28] 22 17 28 None

1 Answer

2 votes

Given the following list, what is the value of ages[5]? ages = [22, 35, 24, 17, 28] Answer : None: Index error explanation : because list contains only 5 items. So the max index would be 4..

User Jigna
by
8.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.