IndentationError: unindent does not match any outer indentation level问题笔记
运行python脚本时遇到
indentationError:unindent does not match any outer indentation level
原因是混用了TAB和空格
运行python脚本时遇到
indentationError:unindent does not match any outer indentation level
原因是混用了TAB和空格