Comment ajouter l'élément Python

example_array = []
example_array.append('element here')
Energetic Earthworm