From 731e14b638d6a4313849a058d6a18167b7431b04 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 24 Nov 2023 14:45:50 +0100 Subject: [PATCH] vault backup: 2023-11-24 14:45:50 --- Algo/B2/Exercises/Repetitive tutorial.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Algo/B2/Exercises/Repetitive tutorial.md b/Algo/B2/Exercises/Repetitive tutorial.md index 4755fb8..a75c5ae 100644 --- a/Algo/B2/Exercises/Repetitive tutorial.md +++ b/Algo/B2/Exercises/Repetitive tutorial.md @@ -99,6 +99,7 @@ def fibo(n): ``` ## Exercise 1.5 +1) ```python def my_sum(n: int) -> int: s = 0 @@ -116,3 +117,8 @@ def my_sum(n: int) -> int: n -= 1 return s ``` +2) +``` +def my_sum() + +``` \ No newline at end of file