파이썬 응용하기파일 읽고 쓰기파일 읽기
FileNotFoundError: [Errno 2] No such file or directory: 'dd.txt'
조회 3180
좋아요 1
2020년 11월 27일
yuns
1
댓글 1개
0
채택된 답변 수 2,645
댓글 4개
2
댓글 4개
[Errno 2] No such file or directory: 'sales.txt'
File "C:\Users\공주\Desktop\codeIt\Module\Codeit\Codeit.py", line 1, in
with open('sales.txt', 'r') as f: