Back to feed

Quiz: Rock, Paper, Scissors in Python

Real Python

EDITOR BRIEF

This quiz checks your understanding of building a command-line rock, paper, scissors game in Python. It covers player input, loops, enums, and using dictionaries to store the game rules.

INSIGHTS

This matters because it reinforces core Python basics you will use in many programs: reading input, repeating actions, and organizing rules. Try building the game yourself, then compare your solution to the concepts in the quiz.

CodeFriends courses that build on this story. Practice in the browser with nothing to install.

COMMENTS

0/40
0/2000

Loading comments…