feat: add input validation to temperature conversion exercise by harininr · Pull Request #90 · realpython/python-basics-exercises
This PR adds basic numeric input validation to the temperature
conversion exercise to prevent runtime errors caused by invalid
user input.
It also removes unreachable code and improves robustness while
keeping the exercises beginner-friendly and aligned with the
original learning goals.