Skip to content
Snippets Groups Projects
Select Git revision
  • 819b20576b3700f666c7956c3d6346dc48d1e6c9
  • master default protected
2 results

file.py

Blame
  • test_pile.py 140 B
    from pile import *
    
    p = Pile()
    
    for d in data:
      p.ajoute(d) 
      e = p.supprime()
        
    print(e['nom'] + " " + e['prenom']) # Arthaud Nathalie