Dimitri Merejkowsky
6 лет назад
Родитель
Сommit
06bceafdd1
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 6BF3C7EA7C2D64EC
2 измененных файлов:
2 добавлений и
0 удалений
-
saison-2/sources/pendu.py
-
saison-2/sources/scores.json
|
|
@@ -32,6 +32,7 @@ def demander_joueur(): |
|
|
|
|
|
|
|
|
def jeu(): |
|
|
def jeu(): |
|
|
mot = choisir_mot_au_hasard() |
|
|
mot = choisir_mot_au_hasard() |
|
|
|
|
|
# pour débugger: |
|
|
print(mot) |
|
|
print(mot) |
|
|
tentatives = [] |
|
|
tentatives = [] |
|
|
while True: |
|
|
while True: |
|
|
|