

Play_again = input("Play again? Enter 'y' for yes or 'n' for no. Winner_result(computer_choice, player_choice) Print('Computer chose', computer_choice, '.') #Get the player and computers choices and Print('to the object you want to choose.') Print('Please input the correct number according') Print('Prepare to battle in a game of paper, rock, scissors!') #make a welcome message and give directions #assign win, lose, and tie to zero for tallying #import the library function "random" so that you can use it for computer Play again? Enter 'y' for yes or 'n' for no. Select rock(1), paper(2), or scissors(3): 3 Select rock(1), paper(2), or scissors(3): 2 Prepare to battle in a game of paper, rock, scissors!

Select rock(1), paper(2), or scissors(3): 1 Please input the correct number according Here is what I get when I run the program: Prepare to battle in a game of paper, rock, scissors! i dont know how and I lost it somewhere along my editing. at one point of my editing I managed to get it to count everything as a tie.
RUNNER 2 FINAL PRINT GAME CODE
I edited the code but still cannot get the program to recognize the counter without using global variables. this is my first time posting in here so I am sorry if I messed up the formatting. I feel like I am soooooo close but I just can't get it! thanks for any help guys. I have looked at some of the other games people have posted on here and I still cannot get mine to work. Everything seems to be working well except the win/loss/tie counter. I am working on a rock paper scissors game.
