I need to make this classic game.
my problem is that i dont know how to compare them to each other.

maybe something like this?
or is there a faster way?
my problem is that i dont know how to compare them to each other.

maybe something like this?
1 2 3 4 5 6 |
if user1 = rock and user2 = rock: print () if user1 = rock and user2 = paper print () #etc #etc |