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

test_pile.py

Blame
  • Forked from Vuillemot Romain / INF-TC1
    Source project has a limited visibility.
    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