News

Hello, the following file is a python file which will help you to know any triangles name by entering its quantities of the 3 edges. The code is simple. Just copy the python code or download the file ...
Given three integers a, b and c as triplets. Check if it is possible to make right angled triangle or not. Print Yes if possible, else No. 10-18 <= a, b, c <= 1018 a, b and c should be greater then 0.