Domain of the function defined by f(x) = √4x - x?
Answers
Answered by
4
Answer:
r = float(input("Enter the radius of the circle: "))
area = math.pi* r * r
print("%.2f" %area)
Similar questions