第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=
相關文章
相關標籤/搜索