Skip to content
Snippets Groups Projects
Select Git revision
  • f139b596f0b9ab0699275bee7ede2c4b7692db05
  • main default protected
2 results

Rapport.ipynb

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