0
Please, check my code for calculating area of triangle (in python) because my coding play ground is not working
a = 5 b = 6 c = 7 s = (a + b + c) / 2 area = (s*(s-a)*(s-b)*(s-c)) ** 0.5 print('The area of the triangle is %0.2f' %area)
2 Respostas
+ 1
It's working
0
I don't know 😕
I have complained to info@sololearn.com