为什么我得到一个SyntaxError:在编译单个语句错误时找到多个语句?

时间:2016-03-29 15:02:44

标签: python

我收到此错误信息,如何解决?如果有人能解释这段代码意味着什么?

>>> x = 1
if x == 1:
    # indented four spaces
    print ("x is 1.")

SyntaxError: multiple statements found while compiling a single statement

0 个答案:

没有答案