Created
October 9, 2017 01:33
-
-
Save rodrigoSyscop/52653c2633e81fb9277aa6cd5b02a16a 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
def filter(**lookup): | |
for k, v in lookup: | |
print(k.split('__'), v) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment