0
For i in x: no permite manejar los indices. Con en otros lenguajes por que?
1 Resposta
0
Mhm dont understand but want to help. Well what is x ? Array, int, dictionary?
Ill do a little sample:
myList = [„one“, „two“]
For i in myList:
Print(i)
Out:
One
Two
May that help you otherwise i need a bit more input what do you try do to.