Skip to content

Instantly share code, notes, and snippets.

@djwglpuppy
Created April 18, 2012 01:29
Show Gist options
  • Save djwglpuppy/2410369 to your computer and use it in GitHub Desktop.
Save djwglpuppy/2410369 to your computer and use it in GitHub Desktop.
You were right :)
test = {3: "A", 1: "B", 2: "C"}
# output
# {1: 'B', 2: 'C', 3: 'A'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment