Game Program
Write a program to play the rock-paper-scissors game. Two users take turns entering R, P, or S. The program then announces the winner, based on the rule that paper covers rock, rock breaks scissors, scissors cut paper.
Include proper documentation in the source code.
Take a screenshot of the program output and paste it into a Word document.
part 2 :
Write a 1/2- to 1-page summary of the changes you made and how these changes improve or add features to your program.