测试文章 发表于 2022-02-17 更新于 2022-02-18 阅读次数: 本文字数: 246 第一篇测试文章 123456789import matplotlib.pyplot as pltimport numpyrad=[]for i in range(100000): rad.append(numpy.random.random()*100)plt.hist(rad, bins=100, color='steelblue', normed=True )plt.show()