Skip to content
Snippets Groups Projects
Select Git revision
  • 161f11477355253f87be7054213fc0a4d5ca4910
  • master default protected
2 results

test_pile.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