Exercise 1.5 - loop over a dict
Take your dictionary from Exercise 1.4 - make a dict and print off each key and value, to make an output formatted like this:
house: 33
street: Banana Drive
name: jon
Go to Solution 1.5
Take your dictionary from Exercise 1.4 - make a dict and print off each key and value, to make an output formatted like this:
house: 33
street: Banana Drive
name: jon
Go to Solution 1.5