Skip to content

Instantly share code, notes, and snippets.

@pmbrull
Created April 7, 2022 10:48
Show Gist options
  • Save pmbrull/850f1810c23c1fdcef9a880968ce6c11 to your computer and use it in GitHub Desktop.
Save pmbrull/850f1810c23c1fdcef9a880968ce6c11 to your computer and use it in GitHub Desktop.
What the hash 1
data = {"cat": "Lévy", 2: "hello"}
data["cat"] # Lévy
data[2] # hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment