我似乎无法使用Python 3.3.2中的输入函数

时间:2015-07-29 03:12:39

标签: python eclipse macos input quotes

我在我的Mac上运行Python,但我遇到了这个问题。

我试图运行以下代码:

SettingManager

但它给了我这个错误:

name = input(’Enter name (max 60 chars): ’)

print(’Hello ’ + name + ’. Welcome’)

我该怎么办?我也不能使用单引号。由于我是1级,因此我无法发布图片,因此here's a picture of the version of my Python launcher

1 个答案:

答案 0 :(得分:0)

请在您的文件中添加此内容,然后重试。

# - - 编码:utf-8 - -

如果您复制并粘贴了其他来源的代码,那么我建议您删除并重新输入单引号字符(')。