radio=int(input("Ingrese el radio del circulo")) paso_1=radio**2 area=paso_1*3.14 print(f"El area del circulo es {area}")
To embed this project on your website, copy the following code and paste it into your website's HTML: