How to Make a Guess the Number Program in Python
by Rodent crossing in Circuits > Electronics
376 Views, 1 Favorites, 0 Comments
How to Make a Guess the Number Program in Python

For this project you need python. personally, I use python 3.
Supplies
Python
basic coding skills
The Start

Once you have python, you should have something like this on your screen.
The Code

Above is the full code. this program use a number between 1 and 20, but you can make it anything you want.
Running the Program

once you finish the program, when you run it it should look like this. have fun!