[Python/Hackerrank] Strings > String Split and Join
String Split and Join In Python, a string can be split on a delimiter. Example: >>> a = "this is a string" >>> a = a.split(" ") # a is converted to a list of strings. >>> print a ['this', 'is', 'a', 'string'] Joining a string is simple: >>> a = "-".join(a) >>> print a this-is-a-string Task You are given a string. Split the string on a " " (space) delimiter and join using a - hyphen. Function Des..
Programming/Python
2021. 12. 8. 14:09
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 에코캡
- 테슬라
- insert
- DATABASE
- hackerrank
- 미중무역전쟁
- 동국알앤에스
- list
- HK이노엔
- MS SQL Server
- python
- 해커랭크
- MSSQL
- 몰누피라비르
- mysql
- Tableau
- TSQL
- 코로나19
- 매매일지
- 분석탭
- 대원화성
- tensorflow
- SQL Server
- 경구치료제
- 넷플릭스
- string
- Weather Observation Station
- 넥스트BT
- python3
- 리비안
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함