Skip to content

Instantly share code, notes, and snippets.

@jeremyjbowers
Created July 15, 2013 20:29
Show Gist options
  • Save jeremyjbowers/6003152 to your computer and use it in GitHub Desktop.
Save jeremyjbowers/6003152 to your computer and use it in GitHub Desktop.
A Python list of the 50 US states plus the district of columbia.
US_STATES = ['AL','AK','AZ','AR','CA','CO','CT','DE','DC','FL','GA','ID','IL','IN','IA','KS','KY','LA','ME','MD','MA','MI','MN','MS','MO','MT','NE','NV','NH','NJ','NM','NY','NC','ND','OH','OK','OR','PA','RI','SC','SD','TN','TX','UT','VT','VA','WA','WV','WI','WY']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment