So I made a rock paper scissor game (im a beginner) and tried making it as simple to read, clean and professional as possible using methods (i didn't make classes because its a simple program)
The program handles almost every type of error that can occur (I think)
What else can I improve in my program? or is it good