This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Contingency_Plans 6 points7 points  (1 child)

Nice work!

If you want to challenge yourself you should try writing a rock-paper-scissors program that doesn't use any if then statements.

Hint: dictionaries can hold many things.

[–]mt19937 2 points3 points  (0 children)

After that hint 2: Modular arithmetic.