检查代码错误和代码风格问题

pip install pylint
pip install pyflakes

pylint style1.py
pip install pep8

pep8 style3.py
原文地址:https://www.cnblogs.com/jzm17173/p/5776088.html