lower() 메서드는 모든 문자가 소문자인 문자열을 반환합니다.
기호와 숫자는 무시됩니다.
매개변수는 없습니다.
모든 문자가 소문자인 문자열을 반환합니다.
txt = "Hello my FRIENDS" x = txt.lower() print(x)
결과
hello my friends
16 파이썬에서 The driver cannot recognize the specified command parameter 에러 해결방법
49 PyCaret에서 ImportError: Missing optional dependency 에러가 나는데 해결방법 좀 알려주세요
13 python에서 error exception이 발생하도록 하려면?
16 Flutter 에러 Member not found: 'UnicodeChar' 해결 방법
12 python에서 에러가 생겨도 계속 실행하는 방법
© 2022 pinfo. All rights reserved.