We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec5b28 commit a6fc99aCopy full SHA for a6fc99a
6-functions/32_stonks.py
@@ -1,7 +1,7 @@
1
# Stonks 📈
2
# Codédex
3
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 ]
+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]
5
6
def price_at(i):
7
return stock_prices[i-1]
0 commit comments