No problem about misplacing thread :)
I might have misunderstood your intention and the code is indeed doing exactly what you wanted.
You can try this:
I might have misunderstood your intention and the code is indeed doing exactly what you wanted.
You can try this:
player1 = 3 player2 = 911 if (player1 and player2) == 911: print("it's true!")or this.
player1 = 3 player2 = 30 if (player1 or player2) > 10: print("it's true!")And if it sparks interest I can explain further :D