Skip to content

Instantly share code, notes, and snippets.

@schmohlio
Created May 25, 2014 02:17
Show Gist options
  • Save schmohlio/99c6c534098ab8df7f16 to your computer and use it in GitHub Desktop.
Save schmohlio/99c6c534098ab8df7f16 to your computer and use it in GitHub Desktop.
testing EmbeddedFunctionHandler part 3
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