본문 바로가기
파이썬

파이썬 Python-파일과 열기를 사용하는 경우

by º기록 2021. 2. 13.
반응형

Python에서 file open 의 차이점은 무엇입니까? 어느 것을 사용해야합니까? (내가 2.5라고 말해줘)

 

해결 방법

 

항상 open () 을 사용해야합니다.


파일을 열 때 더 좋습니다 to use open() instead of invoking this constructor directly. file is more suited to type testing (for example, "isinstance (f, file)"작성).


 

참조 페이지 https://stackoverflow.com/questions/112970

 

 

반응형

댓글