Mrinank-Bhowmick / python-beginner-projects

Explore a collection of beginner-friendly Python projects that can be completed with minimal code. Perfect for learning the basics and improving your coding skills.
https://github.com/Mrinank-Bhowmick/python-beginner-projects/wiki
MIT License
1.1k stars 621 forks source link

non-integers will give an error before the program terminates. #141

Closed Guillotine189 closed 1 year ago

Guillotine189 commented 1 year ago

Is your feature request related to a problem? Please describe. If you do not enter a number but a string or a character ,the program shuts down with an error and it's really bad to see.

Describe the solution you'd like adding some 'try except ' command such that it will end without an error that takes up half your screen, without changing any function.(🙂 )

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context I am new to open source and contributing in general,sorry if i did something wrong.(I really didn't mean to..😔 )

This issue is related to the code in https://github.com/Mrinank-Bhowmick/python-beginner-projects/tree/main/projects/Rock_Paper_Scissors/main.py

Guillotine189 commented 1 year ago

Please assign this to me under hacktoberfest 2022

Mrinank-Bhowmick commented 1 year ago

sure go for it 👍