Tag Archives: jeroo python

Jeroo While Loops #2

#2 A Create the map below with a flower in 0,0 Jeroo to its right (0,1) using while loop(s) traverse around the border of the island at the end pick the flower you can only use hop() (ie you can’t hop more than 1 space)   #2 B Create the map below Jeroo to its … Continue reading Jeroo While Loops #2 →

Jeroo While Loop Assignments #1 [Python]

Loop Assignment #1 A Make the map shown below by adding a flower at (0,23)  Start a Jeroo at (0,0) use a single while loop to get your Jeroo to   ( 0, 22)     Loop Assignment #1 B Make the map shown below  Start a Jeroo at (1 , 1 ) use a … Continue reading Jeroo While Loop Assignments #1 [Python] →