Skip to content

Commit 9b3edcd

Browse files
authored
Update factorial.py
1 parent 68def8d commit 9b3edcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def factorial(self, n):
1414
f *= i
1515
return str(f)
1616

17-
# medium: http://lintcode.com/zh-cn/problem/factorial/
17+
# hard: http://lintcode.com/zh-cn/problem/factorial/

0 commit comments

Comments
 (0)