-4
I have a list containing "n" elements like str
.
However, I need to make these elements come whole. How can I do this ?
For example, I have this list here:
trechos = conteudo[2:len(conteudo)]
Turns out I can’t just push it like this:
int(conteudo[2:len(conteudo)])
Because python is an error. How can I turn each value into an integer ? And then pass these integer values to a new list ?
Again the same question? You even took the trouble to read what you were told in the other question?
– Woss