Élément de dépôt de tableau Python

array = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
array.remove(40)
Kaeffa