for ligne in data:
    if ligne[6][:5] == 'Pont-':
        print(ligne[6],'(',ligne[1],') -',ligne[9],'habitants.')
