Question: Download the file airports.dat from https://openflights.org/data.html. Write a program that prompts the user for the name of a city and then reads the airport data
Download the file airports.dat from https://openflights.org/data.html. Write a program that prompts the user for the name of a city and then reads the airport data file, printing the names of all airports in the provided city.
Step by Step Solution
3.41 Rating (154 Votes )
There are 3 Steps involved in it
You can solve this task by using Pythons requests module to download the data csv module to read the ... View full answer
Get step-by-step solutions from verified subject matter experts
