roberthsu2003 / __2024_05_05_sunday__

AI 人工智慧開發入門_python
29 stars 2 forks source link

#梯形面積 #5

Closed HYi2520 closed 2 months ago

HYi2520 commented 2 months ago

top = 4.5 bottom = 8.0 height = 3.5

area = (top + bottom) * height / 2 print("梯形面積:",area)

_Originally posted by @HYi2520 in https://github.com/roberthsu2003/__2024_05_05_sunday__/issues/1#issuecomment-2094659250_