I have created an RPS function that randomises the computer's move for one turn. For example, if you type in rps("rock"), the function will randomly spit out either rock, paper, scissors along with the result (win,loss,tie).I have created an RPS function that randomises