mirror of
https://github.com/KUlishevgeniy/c22712.git
synced 2026-09-24 08:00:22 +00:00
test change
This commit is contained in:
@@ -12,3 +12,4 @@ product_name=soup.find_all('a', class_='title')
|
|||||||
description=soup.find_all('span', class_='description')
|
description=soup.find_all('span', class_='description')
|
||||||
for product_name, description in zip(product_name, description):
|
for product_name, description in zip(product_name, description):
|
||||||
print(f"Продукт: {product_name.text} \nОписание: {description.text}")
|
print(f"Продукт: {product_name.text} \nОписание: {description.text}")
|
||||||
|
print(" ")
|
||||||
|
|||||||
Reference in New Issue
Block a user