Skip to content

Instantly share code, notes, and snippets.

@fchikwekwe
Created April 30, 2019 02:24
Show Gist options
  • Save fchikwekwe/24fc1850636eb5427521c1926247cbdf to your computer and use it in GitHub Desktop.
Save fchikwekwe/24fc1850636eb5427521c1926247cbdf to your computer and use it in GitHub Desktop.
# this dictionary only has one entry
example_dictionary = {"key": "value"}
# this dictionary has multiple entries
another_dictionary = {
"first_key": "cool_value",
"second_key": "awesome_value",
"lots_of_keys": "cool_value"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment