number = int(input("Enter a number: ")) start = int(0) for start in range(number): total = start + 1 print(total)