Open Issues Need Help
View All on GitHub Education • Open Source Development
Feature: Throw an error for division by 0 about 1 month ago
AI Summary: Implement error handling in a Python function to prevent division by zero. The `divide` function in `src/utils.py` currently throws an exception; the task is to modify it to issue a warning (or raise a more specific exception) instead when the divisor is 0.
Complexity:
2/5
enhancement good first issue
A repository used to teach the basics of professional open source software development