Python
Fermé
Paroli4879
Messages postés
2
Date d'inscription
samedi 11 mai 2019
Statut
Membre
Dernière intervention
19 janvier 2020
-
13 janv. 2020 à 22:37
MathKode Messages postés 25 Date d'inscription mardi 25 février 2020 Statut Membre Dernière intervention 10 juin 2022 - 5 mars 2020 à 19:37
MathKode Messages postés 25 Date d'inscription mardi 25 février 2020 Statut Membre Dernière intervention 10 juin 2022 - 5 mars 2020 à 19:37
1 réponse
MathKode
Messages postés
25
Date d'inscription
mardi 25 février 2020
Statut
Membre
Dernière intervention
10 juin 2022
6
5 mars 2020 à 19:37
5 mars 2020 à 19:37
Regardes si ceci paux t'aider :
i = 0
commande = []
while i == 0 :
choix = input("encore ? (O/N) : ")
if choix == 'O' :
new = input("nouveau ali. : ")
commande.append(new)
else :
i = 1
final = ''.split(commande) ou final = commande
print("final")
i = 0
commande = []
while i == 0 :
choix = input("encore ? (O/N) : ")
if choix == 'O' :
new = input("nouveau ali. : ")
commande.append(new)
else :
i = 1
final = ''.split(commande) ou final = commande
print("final")