Monday, April 19, 2021

import requests req = requests.get("https://www.picuki.com/") bs = BeautifulSoup(req.text,"html.parser") for link in bs.findAll('a'): print(link.get("href"))

Chris learns to help Uncle and plays with sweet machine

http://dlvr.it/TDWC9Q