count = 1 while count < 10 : print(count) count = count + 10 for number in range(1, 5) : print(number)