Czaple rządzą Pythonem

import math
a = 3
b = 4
c = 5
s = (3 + 4 + 5)/2
F = math.sqrt(s*(s-a)*(s-b)*(s-c))
print(f"the area is {F}")
Lively Llama