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