Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
b83f4b1b1c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      stocks.py

+ 1 - 1
stocks.py

@@ -1,7 +1,7 @@
 # stock name, stock number, max price, min(price * drop) in B
 # So this means: stock name, stock # 15 (FHC), max price $335  and a > $10B drop
 fhc = ("FHC", 15, 335, 10)
-yaz = ("YAZ", 3, 60, 10)
+yaz = ("YAZ", 8, 60, 10)
 
 # Put all stocks in this set
 stocks = (fhc, yaz)