List of US State Abbreviations


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  1. states = ["AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DC", "DE", "FL", "GA",
  2. "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD",
  3. "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ",
  4. "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC",
  5. "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY"]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.