Python Professional — Hard
Key points
- The Circle class implements the draw method required by the Drawable protocol
- The render function calls the draw method of the Circle class
- The output of the code is determined by the implementation of the draw method in the Circle class
Ready to go further?
Related questions
