diff --git a/controleur_de_gaz.py b/controleur_de_gaz.py index 07dcb0e..ca931ef 100644 --- a/controleur_de_gaz.py +++ b/controleur_de_gaz.py @@ -67,4 +67,8 @@ sleep(rand(0.7, 1.7)) print("Suspention de la procédure de sécurité") sleep(rand(0.7, 1.7)) print("Mise en veille des capteurs") -sleep(5) +sleep(rand(0.7, 1.7)) +print(Style.BRIGHT + "OUVERTURE DES PORTES DU HANGAR") +sleep(rand(0.1, 0.3)) +print(Style.BRIGHT + "PORTE DE SORTIE OUVERTE") +sleep(5) \ No newline at end of file