Skip to content

Commit

Permalink
v1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
NevoKaplan committed Jan 21, 2022
1 parent 06c4534 commit 26cd165
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def again():


def game():
word = pick_word()
global word
pick_word()
word_structure()
print("\nGame by Nevo & Oren Kaplan\n")
flag = True
Expand Down

0 comments on commit 26cd165

Please sign in to comment.