[python]源码之找文件

python:
>>> import matplotlib.pyplot as plt # why???



>>> import matplotlib
>>> print(matplotlib.__file__) 
path/

terminal:
open path/

 如果你也好奇,就这么做吧~

你可能感兴趣的:(python,开发语言)