Created
May 2, 2021 11:06
-
-
Save raeq/8bfcf13773659a9d7b6b923a17a66926 to your computer and use it in GitHub Desktop.
Driver code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my_circle = Circle(6) | |
my_square = Square(12) | |
print(area(my_circle)) | |
print(area(my_square)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment