Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if computer_choice == "scissors":
  2. if user_choice == "paper" and computer_choice == "scissors":
  3. return f"{name} had {user_choice} and computer had {computer_choice}, hence {name} wins."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement