Skip to content

Instantly share code, notes, and snippets.

@Hanaasagi
Created February 6, 2017 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hanaasagi/e187a01ad34357f06b4f65d704153d51 to your computer and use it in GitHub Desktop.
Save Hanaasagi/e187a01ad34357f06b4f65d704153d51 to your computer and use it in GitHub Desktop.
# -*-coding:UTF-8-*-
from operator import methodcaller
l = ['abc', 'efg']
map(methodcaller('upper'), l)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment