Today We Did
- We reviewed Human class homework.
Homework
Inside aug_3_2026_human_hw.py
- create a new method, do_activity(self, action)
- Inside this method print the name and action like this
- Emma played basketball yesterday.
- Check if the age attribute is greater than or equal to 80. Then it will say “Emma, you are too old to play basketball.”
- Outside of a class,
- create a new list “human_list”
- add human_1, human_2, human_3, human_4 into the list.
- Use for loop to loop through every human in the list and call describe.