A repository used to teach the basics of professional open source software development

1 Open Issue Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
Education Open Source Development

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