Skip to content

Commit a6fc99a

Browse files
authored
Update 32_stonks.py
1 parent 5ec5b28 commit a6fc99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-functions/32_stonks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stonks 📈
22
# Codédex
33

4-
stock_prices = [ 6.15, 5.81, 5.70, 5.65, 5.33, 5.62, 5.19, 6.13, 7.20, 7.34, 7.95, 7.53, 7.39, 7.59, 7.27 ]
4+
stock_prices = [34.68, 36.09, 34.94, 33.97, 34.68, 35.82, 43.41, 44.29, 44.65, 53.56, 49.85, 48.71, 48.71, 49.94, 48.53, 47.03, 46.59, 48.62, 44.21, 47.21]
55

66
def price_at(i):
77
return stock_prices[i-1]

0 commit comments

Comments
 (0)