This is a simple Python project made in 2nd semester of B.Tech.
The program guesses the number you think of (between 1 to 25) using Binary Search.
- Think of a number between 1 and 25
- Program will guess the number
- Enter: 1 β If guess is correct 2 β If your number is greater 3 β If your number is smaller
Run the file using:
python guess_game.py
Amarnath Rastogi