diff --git "a/P1/P1C3/\303\251nonc\303\251/main.py" "b/P1/P1C3/\303\251nonc\303\251/main.py" index 8667381b..fa02d3bc 100644 --- "a/P1/P1C3/\303\251nonc\303\251/main.py" +++ "b/P1/P1C3/\303\251nonc\303\251/main.py" @@ -1 +1,3 @@ -## Écrivez votre code ici ! \ No newline at end of file +print("J'apprends Python!") + +print(17+35*2)