Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 2dbb794

Browse files
authored
Update RandomWords.py
There was a minor inconsistency with spaces, and I added a new word in the hard wordlist.
1 parent d516164 commit 2dbb794

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

projects/Hangman/RandomWords.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"bottle",
4848
"host",
4949
]
50+
5051
hard_wordlist = [
5152
"uncanny",
5253
"ironic",
@@ -73,4 +74,5 @@
7374
"quench",
7475
"solace",
7576
"tedious",
77+
"malicious",
7678
]

0 commit comments

Comments
 (0)