Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
217 Widoki

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

(1, u'fixe_italie')

Thanks in advance

Awatar
Odrzuć

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

Najlepsza odpowiedź

Hello,

var = (1, u'fixe_italie')

print var[0]

result -->1

print var[1]

result  -->fixe_italie


Hope this helps,

David

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
sie 25
2608
1
lip 25
1015
1
sie 25
1151
0
maj 25
1466
2
kwi 25
3620