Tag Archives: jeroo 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 →

How to Make A Jeroo [Python]

How to make a Jeroo , Python Style Jeroo is a desktop program that teaches kids to hand code (the same goal that we have here at Penjee). And one of the first things that you will want to figure out is – how to actually make a Jeroo (ie construct or instantiate it) Example … Continue reading How to Make A Jeroo [Python] →