num = int(input('Enter a number: ')) n = 0 while n < num: n+= 1 print(n)