Python菜鳥編程第六課之異常

Python菜鳥編程第六課之錯誤和異常 1.錯誤 語法錯誤 邏輯錯誤 執行期間錯誤 demo:python for i in range(5): print(i) 運行結果: File "D:/PyCharm/BClass/PXClass/2019-7-23/daylistudy.py", line 2 print(i) ^ IndentationError: expe
相關文章
相關標籤/搜索