wap in python to print the position of a number from list of integers
Answers
Answered by
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