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

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