
This is a mission to check the similarity of two triangles.
You are given two lists as coordinates of vertices of each triangle.
You have to return a bool. (The triangles are similar or not)
Example:
similar_triangles([(0, 0), (1,...
You should be an authorized user in order to see the full description and start solving this mission.