Computer Science, asked by amishafilomeena1003, 10 months ago

please answer this question of computer working should be in IDLE answer all of them​

Attachments:

Answers

Answered by nehalsharmaBTS
1

Answer:

1) def area()

r=int(input("Enter radius"))

area=r*3.14*3.14

print("Area=",area)

c=2*3.14*r

print("Circumference=", c)

2) def rect():

l=int(input("Enter length"))

b=int(input("Enter breadth"))

area=l*b

print("Area of the

rectangle",area)

HOPE IT HELPED YOU!!

Explanation:

Similar questions