Odpowiedź:
a=int(input("Podaj długość boku a:"))
b=int(input("Podaj długość boku b:"))
c=int(input("Podaj długość boku c:"))
h=int(input("Podaj wysokość h:"))
print("Obwód trójkąta o bokach",a, "i" ,b, "i", c, "wynosi:", (a+b+c))
print("Pole trójkąta o boku", a, "i wysokości", h, "wynosi", ((a*h)/2))
# zapomniałeś o "int" na początku