We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06540da commit 0dd84e2Copy full SHA for 0dd84e2
GAMES/Guess the US States/README.md
@@ -1,20 +1,23 @@
1
2
# US States Game
3
4
-***
5
6
-### This is a trivia game that uses the turtle module.<br>Can you guess all 50 states of the US?
+#### This is a trivia game that uses the turtle module.<br>Can you guess all 50 states of the US?
+
7
8
9
10
## Requirements
11
- Pandas
12
- Turtle
13
14
15
16
-###### To install pandas:<br>
+### To install pandas:
17
18
```
19
pip install pandas
20
+### How to run the file
21
+open the terminal and navigate to the path of the file
22
+```
23
+python main.py
0 commit comments