Write your own code. Create a Rock, Paper, Scissors game. Ask the user to input either Rock, Paper, or Scissors. Have the computer randomly choose a number 0-2 (or 1-3), 0 = Rock, 1 = Paper, 2 = Scissors. Determine who wins. Output both human and computer choices as well as who won. You can write your own code in Codecademy or in another online IDEs for various languages.