Background:
In the game “Rock, Paper, and Scissors,” two players
simultaneously say (or display a hand symbol representing) either
“rock,” “paper,” or “scissors.” The winner is the one whose choice
wins over the other. The rules are: paper wins over (wraps) rock,
rock wins over (breaks) scissors, and scissors wins over (cuts)
paper.
Assignment:
A customer wants you to design and implement a program (RPS.py)
for playing the game of “Rock, Paper, Scissors” for a single player
against the computer....