Then there would be no way to see the output based off what you input. =)
Correct but men are more prone to it.
Answer:
Change it however you'd like
Explanation:
from math import pi
def findArea(rad):
return (rad**2) * pi
#test
print(f"Area of the circle: {findArea(5)}")