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 6ba9c38 commit 717a132Copy full SHA for 717a132
climbing-stairs/Chaedie.py
@@ -36,4 +36,4 @@ def climbStairs(self, n: int) -> int:
36
temp = pt2
37
pt2 = pt1 + pt2
38
pt1 = temp
39
- return pt2
+ return pt2
0 commit comments