We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99de7dc commit de68b42Copy full SHA for de68b42
Project 1 - Number Guessing Game/README.md
@@ -21,9 +21,11 @@ This Python script implements a simple number guessing game where the user has t
21
### How to Use
22
23
1. Clone the repository or download the Python script.
24
-2. Run the script using Python 3.x.
25
-3. Enter the desired number of rounds when prompted.
26
-4. Follow the instructions to guess the random number within the specified rounds.
+ ```
+ https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%201%20-%20Number%20Guessing%20Game
+3. Run the script using Python 3.x.
27
+4. Enter the desired number of rounds when prompted.
28
+5. Follow the instructions to guess the random number within the specified rounds.
29
30
Enjoy playing the number guessing game!
31
0 commit comments