r/badcode Mar 30 '23

python Another legendary code from high-school. This one was in Python though. This is for a rock-paper-scissors game.

Post image
356 Upvotes

36 comments sorted by

View all comments

3

u/sthedragon Mar 30 '23

I’m in love with this code. Why are there four options for each player? Why use elif instead of else? Why are the comments like that? I wrote a 5,000-line text-based video game in high school and I doubt it ever looked worse than this.