## 문자열 = 문자의 나열
• 모든 string method는 immutable • 즉, 원본이 변하지 않음 • array method 는 immutable 및 mutable여부를 잘 기억해야한다.