Advertisement
dereksir

Untitled

Aug 25th, 2023
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. for product, price in zip(products, prices):
  2.     product_name = product.get_text(strip=True)
  3.     product_price = price.get_text(strip=True)
  4.    
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement