Im getting the EOF at the end of the program when i try to run it. i dont really know how to fix it. at first i was getting "if" as an invalid syntax but i think i was able to fix that. thanks for the help
while True:
try: print("Do you want to enter a number?") print("y - yes") print("n - no") choice = int(input("Enter here: ")) if choice == y: print("") count = number for indice in range(1,number + 1, 1): print(number + indice) print("") print("All done")