只是简单的键但不起作用(Python3.5x)

时间:2017-10-15 02:08:22

标签: python python-3.x

我不知道为什么。我已经下载了Python并且刚开始使用。请帮助我。

1 个答案:

答案 0 :(得分:2)

应该是这样的:

>>> if hungry:
        print("...")
else:
        print("...")

这仅适用于交互式shell,因为shell不会将>>>计入缩进。