Posts by Hugo Ramos • 19 points
1 post
-
1
votes1
answer46
viewsQ: Inverting variables (Python)
I know you can do it in other ways, but I’ve done it limited to ifs. I wonder why I’m reversing the results in the last part of the code. from random import randint pedra, papel, tesoura = "1", "2",…