hi = int (input( "Give me a number ")) count = 1 while count < hi + 1 : print( count ) count = count + 1