2012-12-15 983 views

回答

1

EOL的意思是“行尾”

你忘了关闭的类型“东西”或“东西”

>>> print "hello 
    File "<stdin>", line 1 
    print "hello 
      ^
SyntaxError: EOL while scanning string literal 
>>> print "hello" 
hello 

插入符号指向哪里出了问题引号是