titre = "Welcome to the jungle" liste_titre = titre.split() print(liste_titre) ''' ['Welcome', 'to', 'the', 'jungle'] '''