Skip to content

Instantly share code, notes, and snippets.

@robsannaa
Created November 29, 2019 12:38
Show Gist options
  • Save robsannaa/892cad553f1b0d15a486b927314006d9 to your computer and use it in GitHub Desktop.
Save robsannaa/892cad553f1b0d15a486b927314006d9 to your computer and use it in GitHub Desktop.
# Making a mapping from the states to the locations
state_to_location = {state: location for location,
state in location_to_state.items()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment