We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ef9b1 commit 9ca8d4bCopy full SHA for 9ca8d4b
1 file changed
Typing Test Game/README.md
@@ -13,9 +13,9 @@ Write the command given below to install Tkinter on your system.<br>
13
`pip install tkinter`
14
15
### 2. Importing Libraries:
16
-`from words import words`
17
-`from tkinter import *`
18
-`import random`
+`from words import words`<br>
+`from tkinter import *`<br>
+`import random` <br>
19
`from tkinter import messagebox`
20
21
### Code Explanation:
0 commit comments