diff --git a/main.py b/main.py
index 4f92c2762eff4b0df7b8f1c36c186dbefbfb01f8..6d19d96108372e8ccf4d764f5da4333b05ca7641 100644
--- a/main.py
+++ b/main.py
@@ -1,4 +1,10 @@
-def test(x) :
+#Imports
+
+#Definition des méthodes
+
+def test(x):
     print(x)
 
+#Programme principal
+
 test(23)