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