Dimitri Merejkowsky
6 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BF3C7EA7C2D64EC
2 zmienionych plików z
2 dodań i
0 usunięć
-
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: |
|
|
|