📜  如何在python代码示例中应用句子大小写

📅  最后修改于: 2022-03-11 14:46:45.646000             🧑  作者: Mango

代码示例1
v = 'hello'
v = v.title()
print(v)
# "v.title" converts it into sentence case