intermediate python lesson 5: Solution: Nobel Prizes
Solution
yt link
First, to load the Nobel prizes from JSON, we use the now-familiar pattern - open a file for reading, and use json.load to extract JSON data from the file-like object.
Once we have the data (a dictionary whose 'prize' key is a list o...
philipdevblog.hashnode.dev2 min read