문자열을 리스트로 파싱 후 다시 합친다.
2가지 함수
list() 함수 이용
split() 함수 이용
split() 함수
split(‘구분명’)
maxsplit 지정하기
join() 함수
참고링크 : codingDNAarrow-up-right
Last updated 3 years ago