Skip to content

Commit 136bf70

Browse files
Update subset_generation.py
1 parent 3e5a3f4 commit 136bf70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/stacks/stock_span_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def calculation_span(price: list[float]):
4141
return s
4242

4343

44-
price = [10, 4, 5, 90, 120, 80]
44+
price = [10.0, 4.0, 5.0, 90.0, 120.0, 80.0]
4545
S = calculation_span(price)
4646
print(S)
4747

0 commit comments

Comments
 (0)