test change

This commit is contained in:
13danny13
2023-03-23 00:00:32 +03:00
parent 5a13ad4255
commit 52019fc29d
@@ -12,3 +12,4 @@ product_name=soup.find_all('a', class_='title')
description=soup.find_all('span', class_='description')
for product_name, description in zip(product_name, description):
print(f"Продукт: {product_name.text} \nОписание: {description.text}")
print(" ")