강의

멘토링

커뮤니티

인프런 커뮤니티 질문&답변

정대환님의 프로필 이미지
정대환

작성한 질문수

초절정 파이썬 강좌 (python)

문자열 보충수업, 파일 입출력 (File Input,Output)

안녕하세요?

작성

·

186

0

친절하고 쉽게 설명해주신 덕분에 강의 잘 보고 있습니다. 다름이 아니라 아래처럼 error message가 나와서 질문 드립니다. # coding=utf-8 t_file = open("t.txt", "wb") t_file.write(bytes("Good morning\n")) t_file.close() t_file = open("t.txt", "r") pp = t_file.read() print(pp) t_file.close() ============================================ C:\Python36-32\python.exe C:/Python36-32/Bonjure/practice_only.py Traceback (most recent call last): File "C:/Python36-32/Bonjure/practice_only.py", line 4, in t_file.write(bytes("Good morning")) TypeError: string argument without an encoding Process finished with exit code 1

답변

답변을 기다리고 있는 질문이에요
첫번째 답변을 남겨보세요!
정대환님의 프로필 이미지
정대환

작성한 질문수

질문하기