From ac2b9f4e1bd4d03fdf5fddf99b024ebbbb01bfab Mon Sep 17 00:00:00 2001 From: Tipragot Date: Thu, 5 Oct 2023 15:41:35 +0200 Subject: [PATCH] Contour --- Chapitre 2 - Récursivité/exercices.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Chapitre 2 - Récursivité/exercices.py b/Chapitre 2 - Récursivité/exercices.py index 204a439..f34f824 100644 --- a/Chapitre 2 - Récursivité/exercices.py +++ b/Chapitre 2 - Récursivité/exercices.py @@ -139,4 +139,3 @@ def expo_rapide(x, n): print(expo_rapide(2, 10000)) -