BEFORE LEAVING LAB: Submit your completed work to Desire2Learn dropbox for Lab 3
Homework 3 is different from this lab. Due date for homework is Monday.
A. Complete Chapter 2 exercise R-2.4
B. Write test cases that test every method in the Flower
class.
C. After your test cases, include a segment of code that:
Creates 5 randomly initialized flower objects and places them in a list.
Reports the average number of flower petals in the list.
DSAP Textbook chapter 1 and 2
A potentially useful Python resource ==> Learn Python the Hard Way