From ef8102ced83a06f40593072bd288f3e313fb3729 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 11 Jan 2025 05:34:15 -0500 Subject: [PATCH] ajouter entete --- solutions/challenge_36/factorial.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solutions/challenge_36/factorial.py b/solutions/challenge_36/factorial.py index bca975d94..aa727b3d2 100644 --- a/solutions/challenge_36/factorial.py +++ b/solutions/challenge_36/factorial.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- + """factorial python module."""