Category Archives: Teach CS

Walk the Lake Jeroo (loops)

Goal , Start your Jeroo anywhere on the rim of the island and move around the perimeter of the island. You can use the nets to help you write while loops. Download this map

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] →