Solve problem "Area of right-angled triangle" online - Learn Python 3 - Snakify

Area of right-angled triangle


Statement

Write a program that reads the length of the base and the height of a right-angled triangle and prints the area. Every number is given on a separate line.
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().