Created
May 31, 2013 20:23
-
-
Save ivan-krukov/5687723 to your computer and use it in GitHub Desktop.
A little perl-like qw function for interactive work
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 qw(s,t=str): | |
return list(map(t,s.split())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment