Python常见错误 Posted on 2018-12-12 | In bug 18个新手常见Python运行时错误 https://blog.csdn.net/newtonnl/article/details/70792289 SyntaxError: invalid syntax 括号没有成对出现,会导致下一行代码中提示出现该错误 忘记在 if , elif , else , for , while , class ,def 声明末尾添加 :