Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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