sirlupinwatson / RandomNumberGame

Create a random number and ask the user to guess it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.9.7 Random Guessing Number Game

Create a random number and ask the user to guess it. If the user guesses correctly, tell them they won. If the user guesses incorrectly, tell them they lost.

1- Start by Installing Visual Studio Code https://code.visualstudio.com/

2- Then install the Python extension

PythonInstallation2

3- Create a new file and Copy/Paste the code from the file pythoRandomNumberGame.py and save it!

4- Hit Left Shift + Enter to run the game and guess the number!

PythonRandomGuessingNumberGame

About

Create a random number and ask the user to guess it.

License:MIT License


Languages

Language:Python 100.0%