added exercise 2
This commit is contained in:
@@ -9,6 +9,7 @@ class MyTestCase(unittest.TestCase):
|
||||
countTriangles([(0, 1), (1, 2), (0, 2)]),
|
||||
1
|
||||
)
|
||||
|
||||
def test_simple2(self):
|
||||
self.assertEqual(
|
||||
countTriangles([(2, 1), (1, 2), (2, 3)]),
|
||||
|
||||
Reference in New Issue
Block a user