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)

Questions about programming?Chat with your personal AI assistant