I was using the random.choice() in python to randomly generate options out from a list.I ended up getting a type Error in my codes:
me=[rock, paper, scissors]