A.strip()B.split()C.join()D.replace()
A."hello".upper()B."hello".lower()C."hello".capitalize()D."hello".title()
A.使用方括號[]B.使用大括號{}C.使用小括號()D.使用雙引號""