Python ASCII错误

时间:2017-07-20 00:35:35

标签: python ascii currency

我的Python编程遇到了问题:

  

非ASCII字符' \ xc2'在第29行的/home/meyer/Documents/Money/money_counter.py文件中,但没有声明编码;有关详细信息,请参阅http://www.python.org/peps/pep-0263.html

The forum that it took me to也没有帮助。

#Cent Parts
hundred_cent = (raw_input("How many 100¢ do you have?:\n"))
hundred_centone = hundred_cent * 1.00
#======================================================================

0 个答案:

没有答案
相关问题