Commit eba74e5a by ajil.k

updated assignment1

parent 5e34cf47
......@@ -16,6 +16,7 @@ class Rect:
print("\nException Occurred\n")
finally:
print("---------------------------")
def perimeter_rect(self):
try:
perimeter = 2 * (self.length + self.breadth)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment