Created
May 18, 2018 19:29
-
-
Save IziDevSpot/e87b03a2f0fd4c4d105cb1e25a397e30 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def countries_lis_enum | |
['Afghanistan', | |
'Albania', | |
'Algeria', | |
'Andorra', | |
'Angola', | |
'Antigua & Deps', | |
'Argentina', | |
'Armenia', | |
'Australia', | |
'Austria', | |
'Azerbaijan', | |
'Bahamas', | |
'Bahrain', | |
'Bangladesh', | |
'Barbados', | |
'Belarus', | |
'Belgium', | |
'Belize', | |
'Benin', | |
'Bhutan', | |
'Bolivia', | |
'Bosnia Herzegovina', | |
'Botswana', | |
'Brazil', | |
'Brunei', | |
'Bulgaria', | |
'Burkina', | |
'Burundi', | |
'Cambodia', | |
'Cameroon', | |
'Canada', | |
'Cape Verde', | |
'Central African Rep', | |
'Chad', | |
'Chile', | |
'China', | |
'Colombia', | |
'Comoros', | |
'Congo', | |
'Congo {Democratic Rep}', | |
'Costa Rica', | |
'Croatia', | |
'Cuba', | |
'Cyprus', | |
'Czech Republic', | |
'Denmark', | |
'Djibouti', | |
'Dominica', | |
'Dominican Republic', | |
'East Timor', | |
'Ecuador', | |
'Egypt', | |
'El Salvador', | |
'Equatorial Guinea', | |
'Eritrea', | |
'Estonia', | |
'Ethiopia', | |
'Fiji', | |
'Finland', | |
'France', | |
'Gabon', | |
'Gambia', | |
'Georgia', | |
'Germany', | |
'Ghana', | |
'Greece', | |
'Grenada', | |
'Guatemala', | |
'Guinea', | |
'Guinea-Bissau', | |
'Guyana', | |
'Haiti', | |
'Honduras', | |
'Hungary', | |
'Iceland', | |
'India', | |
'Indonesia', | |
'Iran', | |
'Iraq', | |
'Ireland {Republic}', | |
'Israel', | |
'Italy', | |
'Ivory Coast', | |
'Jamaica', | |
'Japan', | |
'Jordan', | |
'Kazakhstan', | |
'Kenya', | |
'Kiribati', | |
'Korea North', | |
'Korea South', | |
'Kosovo', | |
'Kuwait', | |
'Kyrgyzstan', | |
'Laos', | |
'Latvia', | |
'Lebanon', | |
'Lesotho', | |
'Liberia', | |
'Libya', | |
'Liechtenstein', | |
'Lithuania', | |
'Luxembourg', | |
'Macedonia', | |
'Madagascar', | |
'Malawi', | |
'Malaysia', | |
'Maldives', | |
'Mali', | |
'Malta', | |
'Marshall Islands', | |
'Mauritania', | |
'Mauritius', | |
'Mexico', | |
'Micronesia', | |
'Moldova', | |
'Monaco', | |
'Mongolia', | |
'Montenegro', | |
'Morocco', | |
'Mozambique', | |
'Myanmar, {Burma}', | |
'Namibia', | |
'Nauru', | |
'Nepal', | |
'Netherlands', | |
'New Zealand', | |
'Nicaragua', | |
'Niger', | |
'Nigeria', | |
'Norway', | |
'Oman', | |
'Pakistan', | |
'Palau', | |
'Panama', | |
'Papua New Guinea', | |
'Paraguay', | |
'Peru', | |
'Philippines', | |
'Poland', | |
'Portugal', | |
'Qatar', | |
'Romania', | |
'Russian Federation', | |
'Rwanda', | |
'St Kitts & Nevis', | |
'St Lucia', | |
'Saint Vincent & the Grenadines', | |
'Samoa', | |
'San Marino', | |
'Sao Tome & Principe', | |
'Saudi Arabia', | |
'Senegal', | |
'Serbia', | |
'Seychelles', | |
'Sierra Leone', | |
'Singapore', | |
'Slovakia', | |
'Slovenia', | |
'Solomon Islands', | |
'Somalia', | |
'South Africa', | |
'South Sudan', | |
'Spain', | |
'Sri Lanka', | |
'Sudan', | |
'Suriname', | |
'Swaziland', | |
'Sweden', | |
'Switzerland', | |
'Syria', | |
'Taiwan', | |
'Tajikistan', | |
'Tanzania', | |
'Thailand', | |
'Togo', | |
'Tonga', | |
'Trinidad & Tobago', | |
'Tunisia', | |
'Turkey', | |
'Turkmenistan', | |
'Tuvalu', | |
'Uganda', | |
'Ukraine', | |
'United Arab Emirates', | |
'United Kingdom', | |
'United States', | |
'Uruguay', | |
'Uzbekistan', | |
'Vanuatu', | |
'Vatican City', | |
'Venezuela', | |
'Vietnam', | |
'Yemen', | |
'Zambia', | |
'Zimbabwe'] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment