a=eval(input("Enter double")) a=int(a) if a<0: print("done") else:
while True: print(a) a=a-2 if a<0: break

Built With

Share this project:

Updates