BIG
파이썬 - 문자열 길이 구하기
# 프롬프로 입력 받기
msg = input("문자열을 입력하시오 \n ?=>")
# 입력받은 문자열의 길이 구하기
msglen = len(msg)
# 산출한 문자열 길이 출력하기
print(msglen)
LIST
'!!...Python > !!...PythonStudy' 카테고리의 다른 글
[python]Sample Code: Get Directory Path Using Select File Dialog (0) | 2022.09.29 |
---|---|
[python]SampleCode: read text file line by line use while (0) | 2022.09.28 |
[python]SampleCode: text file read (0) | 2022.09.24 |
[python]Sample Code: Get File Path Using Select File Dialog (0) | 2022.09.19 |
[python] MariaDB ( mySql ) connection sample (0) | 2022.07.22 |