0
cant unterstand
n = 3 while n > 0 : print(n + 1) n-=1 else: print(n) The counsel 4 3 2 0
2 Answers
+ 4
What exactly don't you understand? Can you specify?
Go through the loop step by step to find out how the outputs come.
+ 4
I hope this explanation helps.
Please save to review as I will delete in a few days
https://code.sololearn.com/caHXuG1FBQGM/?ref=app