Math, asked by hinguviraj, 5 months ago


Domain of the function defined by f(x) = √4x - x?

Answers

Answered by FriendsLoverAritra
4

Answer:

r = float(input("Enter the radius of the circle: "))

area = math.pi* r * r

print("%.2f" %area)

Similar questions