prog2_4.py

a = 5
h = 3
s = a * h / 2
print(s)

# プログラム2-4(三角形の面積)