Secret test 4, error, where mistake? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Secret test 4, error, where mistake?

side1 = int(input()) side2 = int(input()) side3 = int(input()) if side1^2+side2^2 == side3^2: print ("Right-angled") else: print ("Not right-angled")

24th Dec 2021, 8:10 PM
Kirill Irkha
1 Answer
0
In python, power is **
24th Dec 2021, 8:21 PM
Sousou
Sousou - avatar