how to make program in python that prints all different possible values for a b and c in pythagoras code example
Example: pythagorean theorem python
distance = math.sqrt((abs(distancex) ** 2) + (abs(distancey) ** 2))
distance = math.sqrt((abs(distancex) ** 2) + (abs(distancey) ** 2))