Python
0
Вклад в тег
href.append(product_href_name)
cost.append(product_price)
ozon_cost.append(product_price_ozoncard)
name.append(product_name)
result_list = {'href': product_href_name, 'name': product_name, 'cost': cost, 'OzonCard price': ozon_cost}