Answer:
the answer above me is correct
Step-by-step explanation:
Change it however you'd like
from math import pi
def findArea(rad):
return (rad**2) * pi
#test
print(f"Area of the circle: {findArea(5)}")
5.6m questions
7.3m answers