Created
February 4, 2019 09:16
-
-
Save ayush3298/bea178bf12d62304c70df10f29f5a8ec 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, 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