Posts by Halloween726 • 39 points
4 posts
-
0
votes1
answer112
viewsQ: How to shuffle all letters of words within a file . txt
I am creating a program that shuffles all the letters of the words inside a file . txt in which each line there is only one word. Example of a . txt (which I called Wordlist.txt): batata limonada…
-
0
votes1
answer388
viewsA: Open a url right after opening a new tab in the browser (Selenium)
After almost 3 days, I ended up getting, through the window_handles method. This was my solution (commented) using the guidelines' indices, I hope it helps everyone who goes through the same…
-
1
votes1
answer388
viewsQ: Open a url right after opening a new tab in the browser (Selenium)
I’m making a code to access a template page of my institution. Objective: In the first guide, I open the digital book; In the second guide, I open the template. However, I have to do the feedback in…
-
0
votes1
answer48
viewsQ: How to know how many times the highest value was read (without list)?
I am doing an exercise where I must print the highest value of the numbers typed and how many times this higher value was typed. I tried to put the qnt += 1 but it’s not working. qnt = 0 num_lidos =…