单项选择题
A."hello".upper()B."hello".lower()C."hello".capitalize()D."hello".title()
A.使用方括号[]B.使用大括号{}C.使用小括号()D.使用双引号""
A.列表B.字符串C.字典D.集合