num2 = int (input ("enter a number:") ) count2 = 10 while count2 < num2 + 1 : print( count2 ) count2 = count2 + 1 count = 10 while count > 0 : print( count ) count = count - 1