Question: You must create a separate module named rockPaperScissors. The module consists of six programmer-defined functions named determineWin(), getChoice(), getComputerChoice(), getUserInput(), printChoices(), and printIntroMessage(). - determineWin()
You must create a separate module named rockPaperScissors. The\ module consists of six programmer-defined functions named\ determineWin(), getChoice(), getComputerChoice(), getUserInput(),\ printChoices(), and printIntroMessage().\ - determineWin() accepts users choice and computers choice and\ returns who wins or ties.\ - getChoice() accepts users choice and returns a corresponding choice.\ - getComputerChoice() returns a randomly generated computers choice.\ - getUserInput() keeps prompting for a users choice until a valid choice is\ entered and returns the valid choice.\ - printChoices() prints users available choices.\ - printIntroMessage() prints intro message.\ You must document the rockPaperScissors module with docstrings along\ with type hints.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
