Read chapter 4 (Variables, Expressions and Statements) and 6 (Keyboard Input) in the online book of “Python 2: For Beginners Only” and run all the examples and exercises. (a common mistake that occurs is that when you cut/paste the code directly from the tutorial, there will be extra empty spaces before certain lines, then you will encounter a syntax error message “unexpected indent” when you run the program. Fix the problem by deleting the extra indent.)
When you’ve done, insert all of the various program files into a single zip file. Include a one page brief summary document in Microsoft Word which explains what you have accomplished.