from sys import flags dict_goods = { "A1":0, "A2":0, "A3":0, "A4":0, "A5":0, "A6":0 } dict_prices = { "A1":2, "A2":3, "A3":4, "A4":5, "A5":8, ...