jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
20 stars 27 forks source link

Prime_Number_checker/30_Days_of_Python #158

Closed pratikshabhujade closed 1 month ago

pratikshabhujade commented 1 month ago

The prime-checking program does not handle negative numbers, non-integer inputs, or special cases like 0 and 1, leading to potential errors and unclear feedback.

Describe the solution you'd like Add input validation to ensure non-negative integers and handle edge cases (negative numbers, 0, 1) with clear feedback for invalid inputs.

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our [CONTRIBUTING.md] for guidelines on contributing to this REPO.

github-actions[bot] commented 1 month ago

Hello @pratikshabhujade! Your issue #158 has been closed. Thank you for your contribution!