Computer Science, asked by anushreealevoor3930, 6 months ago

What is Index() method in List ? Give the output – l=[13,18,11,16,18,14] l.index(18) l.index(33)

Answers

Answered by devimanju6481
0

Answer:

Python, to get input from the user, an inbuilt function input () is used as ... will extract the element at ith index position of the list. ... Suppose that L is ... List1=[13,18,11,16,13,18, 13].

Similar questions