首页题库练习题目详情
Python程序设计单选题中等

若要将字符串'hello'的首字母变为大写,其余保持小写,应使用哪个方法?

Alower()
Bupper()
Ccapitalize()
Dswapcase()