Created
May 25, 2014 02:17
-
-
Save schmohlio/99c6c534098ab8df7f16 to your computer and use it in GitHub Desktop.
testing EmbeddedFunctionHandler part 3
This file contains 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
dirty_ls = list(l) | |
dirty_ls[600], dirty_ls[20000] = ("kittens","cats") | |
res = map(add_one2,dirty_ls) | |
# ***Repl Closed*** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment