A."hello".upper()B."hello".lower()C."hello".capitalize()D."hello".title()
A.使用方括號[]B.使用大括號{}C.使用小括號()D.使用雙引號""
A.列表B.字符串C.字典D.集合