Computer Science, asked by smiley2376, 1 month ago

python program to Write a class called Rock_paper_scissors that implements the logic of the game Rock-paper-scissors. For this game the user plays against the computer for a certain number of rounds. Your class should have fields for the how many rounds there will be, the current round number, and the number of wins each player has. There should be methods for getting the computer’s choice, finding the winner of a round. You may want more methods..​please do it fast

Answers

Answered by rashmisethi337
0

Answer:

I’m guessing you’re learning Python because you want to write interactive programs, like video games. Well, today is your lucky day. You’re going to program your first Python game.

Similar questions