Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsingh97 committed Oct 15, 2017
1 parent 390a283 commit cfe8a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/hangman/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def main():
while True:
words = []
words = ["python", "golang", "java", "assembly", "haskel", "emoji"]
chosen_word = random.choice(words).lower()
player_guess = None
guessed_letters = []
Expand Down

0 comments on commit cfe8a1d

Please sign in to comment.