๐Ÿ’ป Software Engineering/Python ํŒŒ์ด์ฌ

[Solved] Python ์—์„œ ํ•œ๊ธ€์ด ์ธ์‹๋˜์ง€ ์•Š๋Š” ๋ฌธ์ œ

MayKim51 2020. 3. 21. 13:37

# Error message ์—๋Ÿฌ ๋ฉ”์‹œ์ง€

SyntaxError: Non-ASCII character '\xed' in file 1.two-sum.py on line 6, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

 

# Solution ํ•ด๊ฒฐ๋ฐฉ๋ฒ•

์•„๋ž˜ ์ธ์ฝ”๋”ฉ ๋ฌธ๊ตฌ๋ฅผ ํŒŒ์ผ ์ตœ์ƒ๋‹จ์— ์ถ”๊ฐ€ํ•œ๋‹ค.

# -*- coding: utf-8 -*-

 

# Cause  ์›์ธ

์ธ์ฝ”๋”ฉ์ด ์ธ์‹ ๋˜์ง€ ์•Š์•˜์Œ.