Question: Use Python Lab 2 Rock Paper Scissors! Objective: Write a program that simulates a game of rock, paper, scissors between a human and the computer
Lab 2 Rock Paper Scissors! Objective: Write a program that simulates a game of rock, paper, scissors between a human and the computer in best 2 out of 3 rounds Requirements: The player can enter either "rock", ..paper", or "scissors". If the player enters anything other than that the computer automatically gets a point The computer randomly selects one of the gestures . Use the Random type random. randint(a, b) Return a random integer N such that a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
