Sayarara's notebook

blogs/notes/readings


  • Home

  • Archives

  • Search

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 声明末尾添加 :
# python
SourceTree使用基础
系统评估
  • Table of Contents
  • Overview

Sayarara

42 posts
9 categories
36 tags
  1. 1. SyntaxError: invalid syntax
© 2019 Sayarara
Powered by Hexo
|
Theme — NexT.Muse v5.1.4