Zaktualizuj 'hangman.py'

This commit is contained in:
Łukasz Korbanek 2019-03-08 20:58:58 +00:00
parent 545e547dac
commit ff94df4fce

View File

@ -48,7 +48,7 @@ def n_main():
guess_word_list = [] guess_word_list = []
while a: while a:
if guessed_line == s_word: if guessed_line == s_word:
print("\nGratulacje, wygrałes!") print("\nGratulacje, wygrales!")
break break
print("----------------------------------------") print("----------------------------------------")
print("\nPozostało prob = {}".format(tries)) print("\nPozostało prob = {}".format(tries))