We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e505b82 commit 246ab49Copy full SHA for 246ab49
factorial.py
@@ -11,3 +11,4 @@ def factorial(n):
11
factorial(5) # should return 120
12
factorial(8) # should return 40320
13
factorial(12) # should return 479001600
14
+
0 commit comments