mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-04-15 00:57:36 +00:00
Update wordguess.py
This commit is contained in:
parent
3037f5eeb3
commit
d80d7f39cc
@ -12,6 +12,7 @@ def main():
|
||||
global length
|
||||
global playgame
|
||||
word = r.get_random_word()
|
||||
# word = input("Enter custom word: ")
|
||||
finalword = word
|
||||
length = len(word)
|
||||
count = 0
|
||||
@ -60,4 +61,4 @@ def execute():
|
||||
execute()
|
||||
|
||||
main()
|
||||
execute()
|
||||
execute()
|
||||
|
Loading…
x
Reference in New Issue
Block a user