Respuesta :

tonb

In your sqrt() function, you're not multiplying your factors. You need to add * between them, like this:

area = str(math.sqrt((s-a)*(s-b)*(s-c)*(s-d)))