Lesson 15: Guess the Number

Let's put it all together! Let's create a complete game.

Game Logic

  1. Computer picks random number.
  2. Infinite loop until you guess.
  3. User input.
  4. If number is too high or low.

Your Objective

Complete the game code.

main.py
Initializing Python Environment...