Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Test triangle shape
Python Code Challenge
219 -
Write a function to test if a given triangle is equilateral, isosceles, or scalene and write test cases for it.
Python
Testing