Update wordguess.py

This commit is contained in:
Shraggus 2022-10-14 23:37:07 +05:30 committed by GitHub
parent 3037f5eeb3
commit d80d7f39cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()