In these posts I outline the contents of each project in my book Python For Kids For Dummies. If you have questions or comments about the project listed in the title post them here. Any improvements will also be listed here.
What’s in Project 2
Project 2 is a Hello World project that covers some important basics, including what literals are, how you name a literal in order to store it (ie variables). It also covers Python’s print statement, looping with while, looping with for and counting with range. By the end of the Project you can fill the screen with “Hello World!”.