如何查看外部模块在哪以及如何打印出源代码? 1234 import random print(random.__file__) with open(str(random.__file__),"r") as f: print (f.read()) 最简单就安装VSCode. 赞微海报分享
近期评论