Why doesn't work | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Why doesn't work

a = 2 b = 3 if (a**2) > (b**2): print('больше') else: print('меньше')

9th Apr 2021, 10:04 AM
The Game
The Game - avatar
2 Réponses
+ 3
Everything seems fine to me
9th Apr 2021, 10:15 AM
Scarlet Witch
Scarlet Witch - avatar
+ 1
works just fine. Whats your problem with it?
9th Apr 2021, 10:07 AM
Slick
Slick - avatar