Indicate the error message which displays, if the following statement is executed: int a[5]={28,32,45,68,12};
Answers
Answered by
4
Answer:
list1 = [28,32,45,68,12]
print(list1.index(5))
(OR)
list2 = ['cat', 'bat', 'mat', 'cat', 'pet']
print(list2.index('cat'))
hope it helps you
good luck :)
brainliest pls :)
Answered by
3
if you are from ICSE then the answer is : none
Similar questions