浏览代码
Ajout d'un commentaire + fichier scores.json initial
master
Dimitri Merejkowsky
6 年前
找不到此签名对应的密钥
GPG 密钥 ID: 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: |
|
|
|