diff --git a/calcul.py b/calcul.py index 6f22540..b78243c 100755 --- a/calcul.py +++ b/calcul.py @@ -118,4 +118,5 @@ while tour <= int(ntour): tour += 1 #Incrément tour -print("Partie terminée, votre note est de", score, "/", ntour) # Fin de Partie \ No newline at end of file +print("Partie terminée, votre note est de", score, "/", ntour) # Fin de Partie +input("\n\rTouche ENTRÉE pour quitter") \ No newline at end of file