Posts by Soares2125 • 1 point
1 post
-
-3
votes1
answer36
viewsQ: How to store values at each interaction during the repetition of a structure - Python
lista= ["2,55","3,4","3,83","5,1","6,8"] for i in range(len(lista)): lista[i] = lista[i] #PREEENCHER VALOR navegador.find_element_by_xpath('...').send_keys(lista[i]) time.sleep(3) #obter valor #…