CSC 161 Fall 2019 - Homework 3 (10 pts. total)
Assigned Wed Sep 18, due Mon Sept 23
I. Answer the following questions from the online Fundamentals of Python Programming text in a single Microsoft Word file. Submit on Moodle using the filename hw3-LastName.doc (where LastName is replaced by
your last name):
[3 pts.] Read Chapter 1. Then, answer questions 3, 4, and 10 on page 12.
[3 pts.] Read Chapter 2. Then, answer questions 5, 15, and 16 on pages 41-42.
II. Answer the following question from the online Fundamentals of Python Programming text
in a Python Editor file. To receive any credit for this question, the filename & your first and last name must appear
as comments at the top of the file. Submit on Moodle using the filename hw3-AtoF-LastName.py (where LastName is replaced by your last name):
[2 pts. ] Page 42 #17 (Make sure to Run it to make sure you get the expected output in the Shell window)
III. Answer the following question in a Python Editor file. To receive any credit for this question, the filename & your first and last name must appear
as comments at the top of the file. Submit on Moodle using the filename hw3-avg3-LastName.py (where LastName is replaced by your last name):
[2 pts.] Modify the average2 program written in class to find the average of 3 numbers.
Last Modified: 9/18/19