Octoping의 블로그
f = open(path, 'r')

while(True):
    txt = f.readline()
    if not txt:
        break
    print(txt)

'언어 > Python' 카테고리의 다른 글

for else 구문  (0) 2022.06.20
profile

Octoping의 블로그

@Octoping

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!