This commit is contained in:
bronku 2025-12-06 10:06:42 +01:00
parent f92f5ef7f6
commit 307c51539c
10 changed files with 252 additions and 1 deletions

View file

@ -1,4 +1,3 @@
# test_basic.py
def factorial(n):
"""Calculate factorial recursively"""
if n <= 1: