このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
ファイルの表示