We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f03c82 commit 08ef9b1Copy full SHA for 08ef9b1
1 file changed
Typing Test Game/README.md
@@ -13,10 +13,10 @@ 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 <br>
17
-from tkinter import *<br>
18
-import random <br>
19
-from tkinter import messagebox`
+`from words import words`
+`from tkinter import *`
+`import random`
+`from tkinter import messagebox`
20
21
### Code Explanation:
22
0 commit comments