for number in range (1,101): print (number) count = 1 while count <= 100 : while count % 10 != 0 : print (count ) count = count + 1 count = count + 1