base = int(input("Enter the base of the Rigth Angle Triangle: ")) height = int(input("Enter the height of the Rigth Angle Triangle: ")) ...