Snake Game
- 
            Updated
            Sep 30, 2020 
- Jupyter Notebook
Snake Game
This Python Project is a simple guess the number game using Python's random number generator. It chooses a number between 1 and 500 and it will then give you hints based on your guess(es) to the secret number.
In this python program, we use "Random" library to generate a random number between 1 an 20. We, then give the user 6 guesses to guess the number
Add a description, image, and links to the pythonrandom topic page so that developers can more easily learn about it.
To associate your repository with the pythonrandom topic, visit your repo's landing page and select "manage topics."