강의

멘토링

로드맵

Inflearn Community Q&A

yuni0725kwon1262's profile image
yuni0725kwon1262

asked

Free Python Tutorial (Basic) - Become a Developer in 6 Hours

pickle

pickle 사용시 글자 깨짐

Written on

·

726

0

python

Answer 2

1

nadocoding님의 프로필 이미지
nadocoding
Instructor

답변이 늦어 죄송합니다.

pickle 은 사람이 알아볼 수 없는 형태의 파일로 저장되므로 이런 식으로 에디터에서 열었을 때 깨지는 것은 정상입니다. 강의 내용대로 소스코드(load)를 통해서 열어주세요

0

똑같이 했는데 왜 글자가 깨지나요?

yuni0725kwon1262's profile image
yuni0725kwon1262

asked

Ask a question