diff --git a/exercice1.py b/exercice1.py index 013c32244f3d0c55c36c023a6b925949f1612bcc..49434ef6c93afbb15556a5e062fd3fe2002e6b52 100644 --- a/exercice1.py +++ b/exercice1.py @@ -6,4 +6,4 @@ def foo(): #From here, this is the main of your program print("I'll call my function foo") foo() -#End of the prog +#End of the prog.