11
Answers

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

Barathi

Barathi

3y
1.3k
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)