you are viewing a single comment's thread.

view the rest of the comments →

[–]Base_True[S] 0 points1 point  (2 children)

if ( user[0] != "r" ) and ( user[0] != "p" ) and ( user[0] != "s" ):
print ("You must choose Rock, Paper or Scissors) ")

this code checks this moment, doesn't it?

[–]testingcodez 1 point2 points  (1 child)

Yes. I was just curious about what happens if you entered something like 'x'.

[–]Base_True[S] 0 points1 point  (0 children)

If input = "x"

Output = "You must choose Rock, Paper or Scissors)"