Created
February 6, 2017 13:40
-
-
Save Hanaasagi/e187a01ad34357f06b4f65d704153d51 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
# -*-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