tracks/python/exercises/book-store/example.py in trackler-2.2.1.107 vs tracks/python/exercises/book-store/example.py in trackler-2.2.1.108
- old
+ new
@@ -1,5 +1,5 @@
-BOOK_PRICE = 8
+BOOK_PRICE = 800
def _group_price(size):
discounts = [0, .05, .1, .2, .25]
if not (0 < size <= 5):