tupla=(3.14, 2.71, 300000, 343)
print("Determine el valor del radio de círculo en cm")
valor_radio=float(input())
area=(tupla[0])*(valor_radio**2)
print(f"El área de del círculo es de {area} cm")
To embed this project on your website, copy the following code and paste it into your website's HTML: