util.
my_func
三角形の面積を求める関数です。
base (float) --
三角形の底辺です。 --
height (float) --
三角形の高さです。 --
float
底辺×高さ÷2の結果を返します。
Contents: