From 43cb8b3ec9a741540ec4fd5c350905f0f9efc56e Mon Sep 17 00:00:00 2001 From: fordprefect Date: Wed, 16 Dec 2020 10:09:32 +0100 Subject: [PATCH] updated populations --- population_repository.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/population_repository.py b/population_repository.py index 9698657..b98c418 100644 --- a/population_repository.py +++ b/population_repository.py @@ -201,5 +201,7 @@ pop = {'Afghanistan': {'key': 'Afghanistan', 'pop': 38928341, 'year': 2020}, 'Wallis and Futuna': {'key': 'Wallis and Futuna', 'pop': 11246}, 'Solomon Islands': {'key': 'Solomon Islands', 'pop': 686878}, 'Marshall Islands': {'key': 'Marshall Islands', 'pop': 59194}, - + 'Hong Kong': {'key': 'Hong Kong', 'pop': 7500700}, + 'Samoa': {'key': 'Samoa', 'pop': 202500}, + 'Vanuatu': {'key': 'Vanuatu', 'pop': 307800}, }