Penjee.com 's Blog

Jeroo – Assignments And Lessons

What is Jeroo? Jeroo Lessons Jeroo Custom Methods  How to write a while loop While loop vs if test Jeroo Assignments I. Basic Commands Spell a Letter II. Custom Methods Custom method assignment III. Loop Assignments While Loops #1 While Loops #2 These assignments , which are mirrored in our Penjee assignments, ask kids to … Continue reading Jeroo – Assignments And Lessons →

Input from the Command Line and Files with Python 3

Introduction So far we’ve been covering how to print messages to the console. This is useful for displaying information to your user and logging what is happening in your program. Sometimes you need to receive input from the user as well. Again we will revisit the example of a video game. Last time we made … Continue reading Input from the Command Line and Files with Python 3 →