Aucune description

countries.py 135B

12345
  1. from pygal.maps.world import COUNTRIES
  2. for country_code in sorted(COUNTRIES.keys()):
  3. print(country_code, COUNTRIES[country_code])