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

graphe-sim.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