Computer Science, asked by sapnabiswal, 4 months ago

wap in python to print the position of a number from list of integers​

Answers

Answered by angelevelyn620
0

Explanation:

Traverse from 0 to len(list) and print all elements of the list one by one uisng a for loop, this is the standard practice of doing i

Similar questions