Google
Current archive: November 30, 2012
Python warmup exercises
Written on:November 14, 2012
Programming problems I am using as warmup exercises in my Python programming class. The key is to give them some simple problems they can solve so as not to discourage them, at the same time giving them more difficult problems to challenge them. 1. Write a program that will ask the user for a number between 1 and 20, then print a line of * of that length. Example: Enter…
Read more...