Generation

generate functionMon, 26 Jun 2023

CALCULADORA DE PENTAGONO CON UN LADO

ALCULADORA DE PENTAGONO CON UN LADO import math def area(lado): area = lado * lado * math.sqrt(25 + 10 * math.sqrt(5)) / 4 return area area(2)

Want to kickstart your project?Use the new AI Studio to create your code