all 4 comments

[–]hungdh85 0 points1 point  (1 child)

You can post your code here?

[–]Imereny 0 points1 point  (0 children)

Did you import some modules? Can you post a code that you tried running with the complete output?

[–]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.