intermediate python lesson 5: Solution: Finding Routes
Part I: Reading Airlines, Airports and Routes
yt link
For the first part, you needed to open data files with the CSV library and create data structures from their data. In each case, we start with an empty dictionary ({}), open a file for reading, cr...
philipdevblog.hashnode.dev3 min read