Jeroo While Loop Assignments #3 [Python]

In the previous assignments, we worked on writing some basic loops.

Now, let’s work on writing loops and then executing commands.

Loop Assignment 3 A

Add two flowers to the prior assignment’s map. After the loop is over, add some commands to move to the 2 flowers and pick() both of them.

jeroo-loops-2-post-loopA


Loop Assignment 3 B

In this assignment, start your Jeroo in position (1,0) use a loop to get to the water, and then add the commands to pick the flower in position (8,23)

Download map here

 

loops_then_after_2B
What your program should do