Guess the Number

This week we built our first Command Line Interface Game with python

We used Thonny as our program editor, I have put the link below

We get the computer to pick a random number between 0 and 100

We then have to guess it in the least amount of attempts. The computer will tell us if our guess is to high or to low

Check out the code below on my GitHub page

Previous
Previous

Weather App