单项选择题
A.upper()B.lower()C.capitalize()D.title()
A.list("hello")B.split("hello")C.join("hello")D.replace("hello")
A.""B.’’C.str()D.以上都可以