garimasingh128 / awesome-python-projects

📱 ✅ Some awesome projects in python! 📱 ✅

Home Page:http://garimasingh.me/awesome-python-projects/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROCK_PAPER_SCISSOR

opened this issue · comments

There is a small issue in the first lines of the code
https://github.com/garimasingh128/awesome-python-projects/blob/master/ROCK_PAPER_SCISSOR/GAME.PY

Reproduce
Run the program.
It will say "Enter 1 to play 0 to exit"
Here we can actually enter anything other than 0 to play

Expected behavior
It should return error if we enter anything other than 1 or 0

I can fix this, can I be assigned to this?