Search
See the general homework guidelines!
Create a text file triangle.py. In it, define function is_right(a, b, c) which
triangle.py
is_right(a, b, c)
True
a
b
c
False
Assume that you will always get 3 positive integers as arguments. But DO NOT ASSUME that you will get them in any specific order!