tests
This commit is contained in:
parent
f92f5ef7f6
commit
307c51539c
10 changed files with 252 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
# test_basic.py
|
||||
def factorial(n):
|
||||
"""Calculate factorial recursively"""
|
||||
if n <= 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue