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

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