Complete-Python-3-Bootcamp
Complete-Python-3-Bootcamp copied to clipboard
Improved user input validation with proper range check and error hand…
Replaced the old input validation logic with a more robust version using try-except for error handling and a clear range check. Now it only accepts integers between 1 and 10 and gives better feedback for invalid inputs addresses issue: #609