【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E402 module level import not at top of file )

文章目录

一、报错信息

二、解决方案





一、报错信息


PyCharm 运行 Python 程序报错 :


PEP 8: E402 module level import not at top of file

详细的报错截图 :


【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E402 module level import not at top of file )






二、解决方案


导入模块 , 必须写在 Python 代码的非注释 的前 n nn 行 , 其它代码 , 不能放在导入模块的代码前面 ;


按照上述要求 , 将导入模块的代码 , 放在前面几行 , 在导入模块完毕后 , 才能写其它代码 ;


修改完后 , 报错消失 ;


【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E402 module level import not at top of file )

上一篇:D-Link家用路由器被曝大量严重漏洞


下一篇:D-Link DIR-620路由器存在多个漏洞