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

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