Posts by Davidson Dvs • 13 points
4 posts
-
1
votes1
answer58
viewsQ: Find values in blocks that extend across multiple lines
I have a Arquivo Espelho that contains coupon mirrors, and I created an algorithm to separate the coupons: import re txt = open("arqEspelho.txt", 'r+').read() x = re.finditer(r".*COTIA\s*C*", txt) z…
-
-2
votes2
answers40
viewsQ: Text accompany the movement of the div
Guys how can I make a div push the others to the side when the size of it increases my code is this <div>preço do produto</div> <div>outro texto</div> <div>outro…
cssasked Davidson Dvs 13 -
0
votes1
answer424
viewsQ: How to check if a data exists in the table before inserting Mysql + Python
I’m trying to verify if a data already exists in the database before entering. My code is like this: nome = input("Insira seu usuario: ") seleciona = "SELECT nomes FROM slogin"…
-
0
votes1
answer123
viewsA: I cannot click on the alert using Selenium
just use the pyautogui library little brother, example type makes it move the mouse and click the warning.…