Python/Python__works

python lambda

말하는감자 2019. 7. 14. 16:27

def enliven(word):
return word.capitalize() + '!'

edit_story(stairs, lamba word.capitalize() + '!')

introducing python page 101

'Python > Python__works' 카테고리의 다른 글

openpyxl  (0) 2019.07.18
lambda  (0) 2019.07.14
list 거꾸로 출력하기  (0) 2019.07.08
conda 가상환경  (0) 2019.06.13
requests, get cookies  (0) 2019.06.13