We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfca88d commit c12a07fCopy full SHA for c12a07f
1 file changed
climbing-stairs/yerim01.py
@@ -31,4 +31,4 @@ def climbStairs(self, n: int) -> int:
31
prev1 = prev2 + prev1
32
prev2 = temp
33
34
- return prev1
+ return prev1
0 commit comments