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