Skip to content

Commit 246ab49

Browse files
authored
Latest changes
1 parent e505b82 commit 246ab49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

factorial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ def factorial(n):
1111
factorial(5) # should return 120
1212
factorial(8) # should return 40320
1313
factorial(12) # should return 479001600
14+

0 commit comments

Comments
 (0)