python ajouter un élément au tableau
my_list = []
my_list.append(12)
Gentle Gazelle
my_list = []
my_list.append(12)
capitals = ['A', 'B', 'C']
lowers = ['a', 'b', 'c']
alphabets = capitals + lowers