STEP 4: We need one compound if statement for every combination of choices.

Let's start with the player's choice as "rock" and the computer_choice as "rock".

  • Change both test values in the if statement to "rock".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE