str.lower() 字符串全小写。str.upper() 문자열은 모두 대문자입니다.
str.lower()
str.upper()
끈 만드는 법 每个单词首字母都大写? 使 str = 'My World, My Python'
每个单词首字母都大写
My World, My Python
欢迎选择我的课程,让我们一起见证您的进步~~
참고 기사: Python 문자열 연산과 관련된 문제
str.lower() 字符串全小写。str.upper() 字符串全大写。str.capitalize() 字符串首字母大写。str.title() 문자열에 있는 각 단어의 첫 글자를 대문자로 표시하세요.
str.capitalize()
str.title()
으아악
참고 기사: Python 문자열 연산과 관련된 문제
문자열 대소문자 변환
으아악으아악