Posts by rcoletto • 23 points
2 posts
-
2
votes1
answer40
viewsA: How do I initialize a list with x positions in Python?
To solve your problem it will take nothing more than a multiplication... Just as you can create a print() as follows: print('-' * 10) Upshot: ---------- You can create a list using the same…
-
-2
votes1
answer65
viewsQ: How to capture data-tooltip using Selenium in Python
Hello, is the following my problem: I am making a web scraping in the following URL > https://www.maze.com.br/produto/tenis-nike-air-jordan-ma2-ultramarine-branco/4749595. I came across a slight…