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