We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072312b commit 7e4f222Copy full SHA for 7e4f222
dynamic_programming/best_time_to_buy_sell_stock.py
@@ -82,7 +82,7 @@ def test_maxprofit(self):
82
assert s.maxprofit(prices2, fee2) == 6
83
84
85
-def main():
+def main()->None:
86
"""
87
This is the function for taking input and output.
88
0 commit comments