Skip to content

Instantly share code, notes, and snippets.

@ayush3298
Created February 4, 2019 09:16
Show Gist options
  • Select an option

  • Save ayush3298/bea178bf12d62304c70df10f29f5a8ec to your computer and use it in GitHub Desktop.

Select an option

Save ayush3298/bea178bf12d62304c70df10f29f5a8ec to your computer and use it in GitHub Desktop.
dictionary = { "some_key": "some_value" }
for key, value in dictionary.items():
print("%s --> %s" %(key, value))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment