11
Answers

why this code is returning none at the end it should end up at the la

Photo of Barathi

Barathi

4y
1.4k
1
def index(l): for i,x in enumerate(l): print(i,x) x=[1,3,5,7,8] print(index(x)) why this code is returning none at the end it should end up at the last element rt.

Answers (11)