diff --git a/conso.csv b/conso.csv new file mode 100644 index 0000000..e69de29 diff --git a/projet_conso.py b/projet_conso.py index 6f32817..688f570 100644 --- a/projet_conso.py +++ b/projet_conso.py @@ -35,4 +35,3 @@ def estbissextile(annee) : if annee % 4 == 0 and annee % 100 != 0 and annee % 400 == 0 : True return False - \ No newline at end of file