In Python, the capitalize() method converts the first character of a string to capital (uppercase) letter. If the string has its first character as capital, then it returns the original string.
'Programming > Python (파이썬)' 카테고리의 다른 글
setattr function (0) | 2020.09.23 |
---|---|
67. PROJECT 9 - Make your own Coin! - Part 1 (0) | 2020.09.23 |
26. PROJECT 3: Email Slicer - Part 1- What are Slices? (0) | 2020.09.20 |
Strings 문자열 추출 (0) | 2020.09.20 |
An Introduction to Interactive Programming in Python (Part 1) - Week 3: Event-Driven Programming (0) | 2020.08.21 |