num = int(input("Enter A Number:")) startnum = 0 while num > startnum : startnum = startnum + 1 print(startnum)