第3节课Matplotlib作业

height = [160,163,175,180,176,177,168,189,188,177,174,170,173,181] max(height) min(height) cha=max(height)-min(height) b=5 bi=round(cha/b) b2=cha/b print(cha) print(bi) print(b2) plt.hist(height,bins=
相关文章
相关标签/搜索