반응형
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
반응형
'파이썬' 카테고리의 다른 글
파이썬 객체가 JSON 직렬화 가능하지 않습니다. (0) | 2021.02.13 |
---|---|
파이썬 Python 2.7로 py2exe를 설치할 수 없습니다. (0) | 2021.02.13 |
파이썬 문자열에서 단어 수를 찾는 방법은 무엇입니까? (0) | 2021.02.13 |
파이썬 How to check if variable is string with python 2 and 3 compatibility (0) | 2021.02.13 |
파이썬 POST 요청을 보내는 방법은 무엇입니까? (0) | 2021.02.13 |
댓글