Purpose: To choose one of three ranges for number guessing, then repeat guessing until the right number is guessed.
- A hint is provided after every guess, whether higher or lower than the generated number.
- Focuses on learning how to import modules, handle user input of int or float values by conversion, and creating logically correct loops using the keywords while and if.