base = float(input("Enter the base length of the triangle: ")) height = float(input("Enter the height of the triangle: ")) side1 = float(input("Enter the length of ...