from pile import *

p = Pile()

for d in data:
  p.ajoute(d) 
  e = p.supprime()
    
print(e['nom'] + " " + e['prenom']) # Arthaud Nathalie