Python学习笔记2:indent expected、unindent does not match any outer indentation level
看着吓死人,其实就是对齐方式用了tab和空格的问题,我的解决方式是把代码存下来然后报错部分删掉老老实实重敲一遍,就不报错了。
之前的前辈已经顺利解决这个问题了,附上链接
https://blog.csdn.net/github_34777264/article/details/80870030
我没用这种方法写python程序,用的PyCharm,解决方式如开头,重敲一次
一个PyCharm的参考方法,备用:
https://blog.csdn.net/jacke121/article/details/107999625
至于那个indent expected:
https://ask.csdn.net/questions/7435886