I'm starting to learn the basics in Python, and one of the examples on dictionary lists asks for something like this:
inventory = {'a' : 1 , 'b' : 6 , 'c' : 42 , 'd' : 1 , 'e' : 12}
def DisplayInventory(stuff):
for k,v in stuff.items():...
asked by
29.12.2017 / 06:51