AseanK / python-tools-and-games

🌊 An open source project where developers create, play, and learn games and tools built with Python
MIT License
21 stars 30 forks source link

:ant: [Bug] Fix bug #29

Open AseanK opened 1 year ago

AseanK commented 1 year ago

TODO:

-

Common bugs are:

  • Input validation

  • Index out of range

  • Typos

  • Please submit an Issue if you encounter any bugs!

quant12345 commented 1 year ago

@AseanK How can I reproduce the problem, can you show me the problem area?

AseanK commented 1 year ago

@quant12345 There aren't any specific errors. Common issues include input validation and typos. I have focused on addressing input validation for most of the project. You can try it out and see if you encounter any errors. I'll post an issue if I come across any!

quant12345 commented 1 year ago

@AseanK 'Index out of range' - do you need to check whether the entered number is in a range or something else? It’s just that if necessary, I can probably make the code check this number.

AseanK commented 1 year ago

@quant12345 If you find any error, you are more than welcome to submit an issue and work on it!