Complete the assigned reading for the next session,
Zelle, §3.4–4.3.
(29 pts)
Complete the Angel quiz over this reading. You'll find this on the course
Angel page, under
Lessons → Homework → Homework 3 → More Types, Strings and Lists
(10 pts)
Finish the pair-programming exercise you started in class: factorial.py, and upload them to the corresponding drop box on the course Angel page under
Lessons → In-class Exercise Drop Boxes
Please finish the songAndDance robot program from HW2 and submit
it to the drop box in the HW2 folder.
(10 pts)
Complete Programming Exercise 2.4 on page 49 of Zelle. Name your program
conversion.py. Edit the comments at the top of the program to appropriately
describe how the program behaves. Be sure to include your name in the comments as
the author of conversion.py.
You do not have to include results from running your program, just your code.
(10 pts)
Complete Programming Exercise 3.2 on page 72 of Zelle. Again include appropriate comments. Name your program
area.py. Your program should:
Prompt the user to enter the diameter and price of the pizza.
Use the math module to get the value of pi. (If you don't remember how to import the math
module, see the transcript from Session 1.)
Display the cost per square inch, with a descriptive label.
Turn in instructions:
Find the drop boxes on the course Angel page, under
Lessons → Homework → Homework 3