This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
E2L_Ivry
/
cours-python
Прати
5
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
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
Прегледај датотеку