+ 2
Why doesn't work
a = 2 b = 3 if (a**2) > (b**2): print('Š±Š¾Š»ŃŃŠµ') else: print('Š¼ŠµŠ½ŃŃŠµ')
2 Answers
+ 3
Everything seems fine to me
+ 1
works just fine. Whats your problem with it?
a = 2 b = 3 if (a**2) > (b**2): print('Š±Š¾Š»ŃŃŠµ') else: print('Š¼ŠµŠ½ŃŃŠµ')