Tag Archives: teaching ideas

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

Jeroo While Loop If Test Assignments

Let’s write a program that solves the map below (which you should create yourself) using only 1 while loop and you will need to understand the difference between and if test and a while loop. Assignment 1) Start your Jeroo in position (1,0) and facing East. Your objective: to use a single while loop to move … Continue reading Jeroo While Loop If Test Assignments →

Jeroo Custom Methods

How to Write  a Custom  Method in Jeroo Python Style This page demonstrates how to write custom methods in  Jeroo, a  fun desktop program that , like our  online app here at Penjee, strives to teach kids how to hand code. Do you ever wish that you could make your turn around 180 degrees?   … Continue reading Jeroo Custom Methods →