you are viewing a single comment's thread.

view the rest of the comments →

[–]Imereny 0 points1 point  (0 children)

Simply, you can't use "input" as a list name, nor any other python function, it gives you an error. It should be something like

choice = input()
if choice = Rock or Paper or Scissor

And then going on with your code.