FileNotFoundError


1 Python[ | ]

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

2 같이 보기[ | ]

편집자 J Jmnote Jmnote bot