count = 1 while count < 5 : print( count ) count = count + 1 for number in rane ( 1,5 ) : print( number ) 1 2 3 4