codechacha / codechacha-comments-repo

codechacha-comments-repo
0 stars 0 forks source link

Python - String startswith(), 어떤 문자열로 시작하는지 확인 #2

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Python - String startswith(), 어떤 문자열로 시작하는지 확인

startswith()를 이용하여 문자열이 특정 문자열로 시작하는지 확인할 수 있습니다. 예를 들어 다음과 같이 'Hello world, Python!'가 Hello로 시작하는지 확인할 수 있습니다. 만약 어떤 문자열이 포함하고 있는 단어들 중에, 특정 문자열로 시작하는지 확인할 수도 있습니다. split()으로 wh

https://codechacha.com/ko/python-find-something-starts-with-string/