1.IndentationError 縮進(jìn)錯(cuò)誤
2.SyntaxError Python的語(yǔ)法錯(cuò)誤
3.StopIteration 迭代器沒(méi)有更多的值
4.NameError 嘗試訪(fǎng)問(wèn)一個(gè)不存在的變量
5.IndexError 索引超出范圍
6.ImportError 導(dǎo)入模塊失敗
例如:No module named 'requests'解決方法
①cmd?
②cd?D:/Python? #python安裝路徑
③pip install requests?
等待系統(tǒng)自動(dòng)加載安裝。?