0
why doesn't this piece of code work...
I'm trying to iterate through the list but I get no output https://code.sololearn.com/c3r8VFqfF0ar/?ref=app
2 odpowiedzi
+ 1
aaah darn thanks... it works now
0
You have wrong condition i<=0 . It should be >=
I'm trying to iterate through the list but I get no output https://code.sololearn.com/c3r8VFqfF0ar/?ref=app