Open Issues Need Help
View All on GitHub Testing • General Testing
Enhancement: Add input validation for non-numeric strings in subtract_two_numbers.py about 2 months ago
AI Summary: This enhancement issue for `subtract_two_numbers.py` proposes adding specific input validation checks before `float()` conversion. The goal is to improve user experience by providing clearer error messages and guidance for non-numeric inputs like empty strings, alphabetic characters, and multiple decimal points, moving beyond the current generic error handling.
Complexity:
2/5
enhancement good first issue