All posts by Victor Morgan

What is Jeroo?

Jeroo is a great, desktop program for teaching kids to hand code. Though it does have some bugs, it has a lot going for it. The basic idea for Jeroo is that you have a “Jeroo”, a Kangaroo like creature, and you hop around an island. You can download Jeroo at Jeroo.org    

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. Loop Assignment 3 B In … Continue reading Jeroo While Loop Assignments #3 [Python] →