hurry i need help swear to god i will give brainliest not lying
![hurry i need help swear to god i will give brainliest not lying class=](https://us-static.z-dn.net/files/d11/bec1fb4e17a261e9cb9616e2589ba32b.png)
Answer:
finding area of a circle
def area(radius):
int(radius)
formula = radius * radius * 3.14
print(formula)
radius_input = int(input('Insert the radius of your circle: '))
area(radius_input)
hope this helped :D