在我的 mac 上以崇高的文字:
# farenhiet to celcius
def farenheit2celcious (farenheit):
celcius = (5 / 9) * (farenheit - 32)
return celcius
#test
c1 = farenheit2celcious(32)
print c1
在控制台中给出 0
在 Windows 中,在崇高的文本中,我得到
print c1 ^ SyntaxError: invalid syntax [在 0.1 秒内完成,退出代码为 1]
有任何想法吗?行尾?文件是不同计算机从 Dropbox 访问的相同文件。两种环境都有 sublime text 2,可能安装了不同的包