asked 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..

answered
User Jigna
by
8.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.