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)))
9.5m questions
12.2m answers