Lab: Number Guessing Game

Lab: Number Guessing Game#

Todo

Python version of the number guessing game using random.randint(). Uses a while loop with interactive input and feedback (too high / too low).