Recap the Review Exercises
00:00 Before moving on, here’s a quick recap of what you practiced in these review exercises. There were some quite quick ones, but you still got a chance to build a child class and inherit from a parent class, extend an instance method from the parent class in your child class, and you also practiced providing a default argument, which isn’t specific to classes in Python, but that’s just the way you do it. It doesn’t hurt to practice anyways.
00:24 You also might have picked up a couple of tips that helped you develop in general. Specifically, you saw me use code comments to help you get organized.
00:32 That’s something I always do, and I find very helpful, and also to test your code, so to actually figure out whether what you just implemented does what you expect it to do. That’s it for the review exercises.
Become a Member to join the conversation.