python中約到的問題,IndentationError: unindent does not match any outer indentation level占位問題,存在兩種可能性:1.代碼沒有對齊 2.存在非法字元與其他格式的不可見的內容(輸入法的問題) 解決: 1.TAB對齊代碼 2.選 ...
python中約到的問題,
IndentationError: unindent does not match any outer indentation level
占位問題,存在兩種可能性:1.代碼沒有對齊 2.存在非法字元與其他格式的不可見的內容(輸入法的問題)
解決:
- 1.TAB對齊代碼
- 2.選擇代碼,縮進-刪除(or插入)製表符
notepad++操作路徑, 編輯-縮進