From 46bf69ee873c7110cd00fec02df2596c019672cf Mon Sep 17 00:00:00 2001 From: Jarod Pauchet Date: Thu, 3 Oct 2024 11:52:54 +0200 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20sio2/sisr/20-python/exo4.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sio2/sisr/20-python/exo4.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sio2/sisr/20-python/exo4.py b/sio2/sisr/20-python/exo4.py index 764c5e2..d9d2e07 100644 --- a/sio2/sisr/20-python/exo4.py +++ b/sio2/sisr/20-python/exo4.py @@ -29,6 +29,7 @@ def main(filename): except Exception as e: print(f"Erreur lors de la lecture du fichier {filename}: {e}") +# Point d'entrée du script if __name__ == "__main__": if len(sys.argv) != 2: print("Usage: python exo4.py ")