Posts by King Trollex • 11 points
1 post
-
-4
votes2
answers145
viewsQ: how to avoid EOL in python
I have this code: número = 4 chute = input('quanto é 2+2?:\') if chute == número: print('parabéns, vc acertou :)') else: print('ops, parece que você errou, tente novamente que você vai conseguir…
pythonasked King Trollex 11