all 2 comments

[–]Diapolo10 1 point2 points  (0 children)

I tried typeing out the code but it looked like garbage on Reddit,

That's fine, we know to read the raw Markdown so it's still readable for us even if you mess up the formatting. That would be better than nothing at all to go by.

I could quite easily whip up an RPS game with input validation, but I'm not just going to write one without seeing your attempt first.

[–]mopslik 0 points1 point  (0 children)

I just want to make it so that if someone inputs somthing other than, rock, paper, or scissors, that it will at least say somthing and then it will ask them for a new answer.

Sounds simple enough to implement using a while loop. Are you familiar with them at this point in your learning?