/guessing_game

This is a simple guessing game written in Python. The computer will guess a number from 1-10 and you have to guess that number.

Primary LanguagePython

Guessing Game

Info

How to Play

The program is going to choose a random number, and your job is to guess what number the computer chose. The computer will give you hints as to how close you are by telling you if the number you guessed is lower or higher than the number the computer chose.