Build your Python skills by creating a basic console-based guessing game.
Combine Python's language fundamentals to build a game that prompts players to guess a number between 1 and 20.
The code used in this lab demonstrates some of Python's fundamental language features.
Features such as:
Prerequisites:
int
, input
, and print
Target Audience
Updates
April 9th, 2025 - Reorganize lab step instructions for clarity
January 23rd, 2024 - Disable Python start page pop-up
April 19th, 2023 - Updated theia to enable autosave