You wrote a program where the computer's choices changed based on experience and used a list to store the
options.
options = ["rock", "paper", "scissors"]
Finish the code to randomly select one of the options for the computer's play.
compPlay options[randint(__,___)]