Triangle Area
This commit is contained in:
3
triarea.py
Normal file
3
triarea.py
Normal file
@@ -0,0 +1,3 @@
|
||||
h, b = map(int, input().split(" "))
|
||||
|
||||
print(h*b/2)
|
||||
Reference in New Issue
Block a user