Skip to content

Commit 1761b4f

Browse files
committed
error
1 parent fc94ed7 commit 1761b4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

climbing-stairs/EstherKim97.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ def climbStairs(self, n):
3434
# total_permu = math.factorial(total_steps) // (math.factorial(two_steps) * math.factorial(two_steps_remainder))
3535
# total_permu += 1
3636

37-
# return total_permu
37+
# return total_permu
38+

0 commit comments

Comments
 (0)