Résolu :P
Code:
1
2
3
4
5
6
7 title2 = '' liste = datas["query"]['pages'][i]["iwlinks"] for i in liste: a = i["*"] +',' title2 += a print(title2)
Version imprimable
Résolu :P
Code:
1
2
3
4
5
6
7 title2 = '' liste = datas["query"]['pages'][i]["iwlinks"] for i in liste: a = i["*"] +',' title2 += a print(title2)