Skip to content

Instantly share code, notes, and snippets.

@albertz
albertz / script.py
Last active April 19, 2016 08:47 — forked from anonymous/script.py
shopping_list = ["banana","apple","orange", "orange", "apple"]
stock = {
"banana": 6,
"apple": 0,
"orange": 32,
"pear": 15
}
prices = {