Tag Archives: while loop

Loop Animated Gifs in Python

Explaining loops to someone who has never programmed before can be quite challenging. In fact, one of the  main goals of Penjee is to decrease the friction students typically feel when they first learn to hand code. One of the primary lessons that students must try to wrap their heads around is –  “What is a … Continue reading Loop Animated Gifs in Python →

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 →