Created
February 4, 2019 09:14
-
-
Save ayush3298/081e10ed9ce77c45e4cf634fe4e3df6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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