A simple and fun number guessing game written in Python!
- The computer randomly picks a number between 0 and 20.
- You try to guess the number.
- It’ll guide you if your guess is too high or too low.
- Keep guessing until you get it right!
- Make sure you have Python 3 installed.
- Save the file as
guess.py. - Open your terminal or command prompt.
- Run the program with:
python guess.py
https://colab.research.google.com/drive/1YGxIKRbfln4o2hre1FRUmjQKJ6ccR-J1?usp=sharing