Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
213 Visualizzazioni

Please, who can help me know how to access to the first element of this result.

(1, u'fixe_italie')

Thanks in advance

Avatar
Abbandona

you can access like @David said but I am sure you don't need to access like that you are doing something wrong.

Risposta migliore

Hello,

var = (1, u'fixe_italie')

print var[0]

result -->1

print var[1]

result  -->fixe_italie


Hope this helps,

David

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
ago 25
2607
1
lug 25
1015
1
ago 25
1151
0
mag 25
1465
2
apr 25
3619