Write a function is_pythagorean(a, b, c) that receives as argument
three integers greater than zero and returns True when the square of one of these arguments
is the sum of the squares of the other two. Otherwise the function returns False.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.