Jeroo While Loop Assignments #1 [Python]

Loop Assignment #1 A

  1. Make the map shown below by adding a flower at (0,23)
  2.  Start a Jeroo at (0,0)
  3. use a single while loop to get your Jeroo to   ( 0, 22)
Starting State
Starting State

 

first-while-loop_A2
Ending State

 

jeroo-while-loop-animation

Loop Assignment #1 B

  1. Make the map shown below
  2.  Start a Jeroo at (1 , 1 )
  3. use a single while loop until your Jeroo is at  ( 1, 22)
jeroo-maps-loops-22 jeroo-maps-loops-23

 jeroo-while-loops-1B