Нет описания

countries.py 129B

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