n = 5 while n > 0: print("hi") i-=1 else: print("Loop is finished")
I could have done the same thing wit