There was an error while loading. Please reload this page.
1 parent 55bc443 commit 38cf1fcCopy full SHA for 38cf1fc
PythagoreanTriplesChecker.py
@@ -4,6 +4,7 @@
4
# Return whether the triangle is a Pythagorean Triple or not.
5
# Loop the program so the user can use it more than once without having to restart the program.
6
# TODO: Find a more elegant solution and optimise
7
+# Add check to determine whether input values actually form a triangle (A+B>C)
8
9
10
import math
0 commit comments