Jeroo While loops #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)

If you need help with while loops, visit this link.

 

 

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, 21)
jeroo maps loops 22  jeroo maps loops 23