Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 237 Bytes

File metadata and controls

13 lines (11 loc) · 237 Bytes

Inheritance in Python

Inheritance in Python and working with graphics.

Libraries

  • PIL

Классы

# Class Parent
1 Shape
2 Circle Shape
3 Ellipse Circle
4 Rectangle Shape