Write a menu driven program in python to find the area of circle, rectangle, square and triangle.
Answers
Answered by
3
Explanation:
Language used:
def circle():
def square():
def rectangle():
print("Menu-\n"
"1. Circle\n"
"2. Square\n"
"3. Rectangle\n")
please mark as braniliest
Similar questions