Nieuws

This list stores a set of numbers with the person’s first name used as the key. This could be a handy way to quickly grab phone numbers of friends. We can then retrieve the value based on the key: ...
As with so many other things, creating lists in Python is extremely straight forward! All you need to do is to place the items that make up your list inside square brackets, separated by a comma.