fix: remove "gcc"

This commit is contained in:
Alice 2021-11-25 00:26:15 +01:00
parent 394f0e0674
commit 7799212137

View file

@ -330,7 +330,7 @@ class filmSQ():
def makeListActors(): def makeListActors():
l = [] l = []
new = input("Entrez le nom des acteurs en appuyant sur Entrée entre chaque.gccPour terminer, appuyer sur Entrée avec une ligne vide.\n") new = input("Entrez le nom des acteurs en appuyant sur Entrée entre chaque. Pour terminer, appuyer sur Entrée avec une ligne vide.\n")
if (new == -1): if (new == -1):
return -1 return -1
while(new != ""): while(new != ""):