mirror of
https://github.com/KUlishevgeniy/c22712.git
synced 2026-09-23 23:50:21 +00:00
database
This commit is contained in:
@@ -12,4 +12,3 @@ 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(" ")
|
||||
|
||||
Reference in New Issue
Block a user