Create mini-Python projects or programs and to run them in the Python-IDLE environment. Read chapters 16 from “Think Python: How to Think Like a Computer Scientist Learning with Python (Version 1.1.22)”, a reference in the background materials. Code all the examples and exercises into the Python IDLE and successfully run them. Save the final programs into Python files.
(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.)
Assignment expectations:
Provide all the required program files into a single zip file.
Provide a brief summary document discussing what you have accomplished.