This website works better with JavaScript.
首頁
探索
說明
登入
E2L_Ivry
/
cours-python
關註
5
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Rename noms.txt -> pendu.txt
master
Dimitri Merejkowsky
6 年之前
父節點
09be10355d
當前提交
c714de4191
共有
2 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
sources/04-pendu.py
+0
-0
sources/pendu.txt
+ 3
- 3
sources/04-pendu.py
查看文件
@@ -2,9 +2,9 @@ import random
def read_words():
stream = open("noms
.txt")
contents =
stream
.read()
stream
.close()
file = open("pendu
.txt")
contents =
file
.read()
file
.close()
words = contents.splitlines()
return words
sources/noms.txt → sources/pendu.txt
查看文件