We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b0534 commit 258816dCopy full SHA for 258816d
maths/factorial_iterative.py
@@ -2,7 +2,7 @@
2
"""
3
4
5
-def factorial(input_number: int) -> int:
+def factorial(number: int) -> int:
6
7
Calculate the factorial of specified number (n!).
8
0 commit comments