Skip to content
Snippets Groups Projects
Commit d761a29d authored by Romain Vuillemot's avatar Romain Vuillemot
Browse files

Create test_pile.py

parent 529b63b3
No related branches found
No related tags found
No related merge requests found
from pile import *
p = Pile()
for d in data:
p.ajoute(d)
e = p.supprime()
print(e['nom'] + " " + e['prenom']) # Arthaud Nathalie
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment