Skip to content

Commit da16917

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b4fb04a commit da16917

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/factorial_iterative.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ def factorial_iterative(number: int) -> int:
2121
if __name__ == "__main__":
2222
# simple demonstration
2323
print(factorial_iterative(5)) # expected 120
24-

0 commit comments

Comments
 (0)