Exercise 2. Develop a Python application to do the following:
Input: From the Wikipedia site of List of Cities by Population, input each city’s name,
country, population, and total area in km2.
Output: A sorted view by country and density showing city population density inpeople-per-km2 and people-per-miles2.
Algorithm – Whatever you like, but be as efficient aspossible.
Sep 16 2018 05:40 AM