---.replace('a','b') : 문자열 a를 b로 변경함. ---.strip() : 문자열의 앞, 뒤의 문자열이 제거된다. 기본값은 공백.
참고 : https://blockdmask.tistory.com/568