Skip to content

Commit 258816d

Browse files
poyeacclauss
andauthored
Update maths/factorial_iterative.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent 78b0534 commit 258816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: maths/factorial_iterative.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33

44

5-
def factorial(input_number: int) -> int:
5+
def factorial(number: int) -> int:
66
"""
77
Calculate the factorial of specified number (n!).
88

0 commit comments

Comments
 (0)