Readline

Jmnote (토론 | 기여)님의 2014년 5월 30일 (금) 15:52 판 (새 문서: ;readline ==Python== category: Python <source lang='Python'> my_file = open("text.txt", "r") print my_file.readline() my_file.close() </source> ==같이 보기== *file_get_con...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
readline

1 Python

my_file = open("text.txt", "r")
print my_file.readline()
my_file.close()

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}