ANISHA DHAR - Assignment
ANISHA DHAR - Assignment
def calculate_area():
print("Choose a shape to calculate the area:")
print("1. Circle")
print("2. Square")
print("3. Rectangle")
if choice == "1":
radius = float(input("Enter the radius of the circle: "))
area = math.pi * radius ** 2
print(f"The area of the circle is: {area:.2f}")
1
Find Gravitational force of any object.(F=mg)
simpleinterest()
[ ]: