Posts by Dscis • 3 points
1 post
-
0
votes1
answer961
viewsQ: Storing Variable in a Python TXT File
Greetings,I made that algorithm CODE BELOW: from bs4 import BeautifulSoup soup=BeautifulSoup(html,'html.parser') for link in soup.select('div.sg-actions-list__hole > a[href*="/tarefa"]'):…