partie1_ex52.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

144 Bytes


from matplotlib.pyplot import *

ancien = [6, 3, 15, 42, 31, 2, 8, 21, 48, 47]
hist(ancien, bins=[0, 12, 24, 36, 48])
show()