+ 5
Alex Wairegi it looks like you need to move the print(y) outside the else and to the left
else:
y=y-20
i=i+1
print(y)
0
Itâs hard to tell if you donât append the problem description.
But if you just need one value, why do you print them all out? Canât you put the print function outside the loop, and choose what you want to print out?