/PythonProjects

My project is a random number guessing game. The game starts by generating a random number between 1-50, and then allows the user 5 attempts to guess the random number. With each wrong guess, the program tells the user whether the random number is higher or lower than their guess as a hint.

Primary LanguagePython

Watchers