python如何获取某模块的版本信息

1)module.__version__

2)用dir(module)查看有没有版本信息

3)help(module)

原文地址:https://www.cnblogs.com/pinganzi/p/4569161.html