FileNotFoundError


1 Python[ | ]

f = open('not_exist.txt')
# FileNotFoundError: [Errno 2] No such file or directory: 'not_exist.txt'

2 같이 보기[ | ]

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