• Similar triangles "check" error

 

I would like to give some feedback about ...

From: https://py.checkio.org/mission/similar-triangles/solve/

HTTP_USER_AGENT:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36

When I completed this challenge, it said that I failed the final one, I noticed that this was because for the first 6 tests, the function tested is for def similartriangles(...) whereas test 7/7 asks for the output of def similartriangels, this is a typo, and so I had to enter my code twice for different function spellings. I passed all checks after making the change.