diff --git a/population_repository.py b/population_repository.py index a457edf..3a0d358 100644 --- a/population_repository.py +++ b/population_repository.py @@ -197,4 +197,8 @@ pop = {'Afghanistan': {'key': 'Afghanistan', 'pop': 38928341, 'year': 2020}, 'Zambia': {'key': 'Zambia', 'pop': 18383956, 'year': 2020}, 'Zimbabwe': {'key': 'Zimbabwe', 'pop': 14862927, 'year': 2020}, 'World': {'key': 'entered by hand', 'pop': 7713468000}, + 'Wallis and Futuna': {'key': 'Wallis and Futuna', 'pop': 11246}, + 'Solomon Islands': {'key': 'Solomon Islands', 'pop': 686878}, + 'Marshall Islands': {'key': 'Marshall Islands', 'pop': 59194}, + }