이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
E2L_Ivry
/
cours-python
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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
파일 보기