programming/Python 영어 단어 맨 앞만 대문자화 하기 내공강화 2012. 9. 19. 12:24 #!/usr/bin/python import string s = 'The quick brown fox jumped over the lazy dog' print string.capwords(s) 반응형