4 lines
42 B
Python
4 lines
42 B
Python
![]() |
class Shape:
|
||
|
def area():
|
||
|
pass
|