for i in range(10): put() move() put() ################################################################ # WARNING: Do not change this comment. # Library Code is below. ################################################################ def turn_right(): turn_left() turn_left() turn_left()