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 cdb6714 commit 136a246Copy full SHA for 136a246
best-time-to-buy-and-sell-stock/kayden.py
@@ -12,4 +12,4 @@ def maxProfit(self, prices: List[int]) -> int:
12
if price < cur:
13
cur = price
14
15
- return answer
+ return answer
0 commit comments