mathgenerator icon indicating copy to clipboard operation
mathgenerator copied to clipboard

the implement of surface_area_pyramid is wrong

Open iamsk opened this issue 11 months ago • 2 comments

Bug Description

height, half_width, triangle_height_1 = random.sample(random.choice(_PYTHAGOREAN), 3)

triangle_height_1 and triangle_height_2 should be calculated by height, not random generated.

iamsk avatar Mar 19 '24 03:03 iamsk