• Test Bug in "The Angles of a Triangle"

 

This task: https://py.checkio.org/mission/triangle-angles/solve/ Sorry for my bad english.

If i make a triangle in console that pose down on the screen, then i get this angles:

checkio(5,4,3) <<< [90, 53, 37] And output of my function is the same. But check results says that i'm failed, because there is need [37, 53, 90]. You can see it on screenshot. Or i'm wrong?