Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 279 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 279 Bytes

Number Guessing

This program uses Python3

Run

python main.py

Play

On startup the computer will randomly choose a number between 0 and 250. Your job is to guess that number. The computer will tell you if you're too low or too high. Once you guess the number, you win!