Question 2. This question uses the flight dataset. For this question, you will fill in the files in the mrlab2/q2
directory in github. This include the run script, testfile.txt, and flights.py.
Write code that computes, for every city, the number of passengers flying into the city and the number
of passengers that fly out of the city. That means that in your output file, each line consists of a key (city
name) and also has number of incoming passengers, and number of outgoing passengers (don't worry about
how the line is formatted).