강의

멘토링

커뮤니티

Inflearn Community Q&A

dudwo2414147's profile image
dudwo2414147

asked

[Renewed] Introduction to Python Backend and Web Technologies for Beginners (Intermediate Python, Understanding Backend and Web Technology Basics with Flask) [Full Stack Part1-1]

Jupyter Notebook Use & Application (+Course Materials Download)

인코딩 문제

Written on

·

299

0

첨부해주신 코드파일을 다운받아 압축풀고
pycharm 으로 .py파일을 열었는데, 인코딩이 깨져서 나옵니다!
utf-8 , euc-kr 로 해봤는데 똑같네요 ㅠㅠ 해결방법이 없을까요?

flaskpythonrest-api

Answer 1

0

#!/usr/bin/env python3.9 
# -*- coding: utf-8 -*-


이렇게 쓰셨어요? 일반적인 글쓰기 방식입니다.


인용하다:
https://geekconfig.com/tutorial/how-to-start-writing-python-3-programs

dudwo2414147's profile image
dudwo2414147

asked

Ask a question