티스토리 뷰
반응형
from operator import methodcaller
s = 'python method caller example'
upcase = methodcaller('upper')
print(upcase(s))
hiphenate = methodcaller('replace', ' ', '-')
res = hiphenate(s)
print(res)
함수처럼 쓸 수 있음
'Python > Note' 카테고리의 다른 글
MySQL 기본 생성 (0) | 2019.07.11 |
---|---|
pip install UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 903: illegal multibyte sequence 에러 (0) | 2019.02.14 |
selenium 안드로이드 앱 크롤링 (0) | 2019.02.13 |
Python one key, multiple values(string in list) dictionary (파이썬 키 하나 여러 밸류 리스트 스트링 ) (0) | 2018.11.11 |
Python 어린이에게 산술을 가르치는 응용 프로그램을 작성하시오. (0) | 2018.10.16 |
댓글
티스토리 방명록
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
Blog is powered by
Tistory / Designed by
Tistory
Contact: j0n9m1n1@gmail.com
Contact: j0n9m1n1@gmail.com