How to get a list of built-in modules in python?

前端 未结 6 1486
野的像风
野的像风 2020-12-04 14:22

I would like to get a list of names of built-in modules in python such that I can test the popularity of function\'s naming conventions (underline, CamelCase or mixedCase).<

6条回答
提交回复
热议问题