🌈 搜索
📅  最后修改于: 2022-03-11 14:46:45.646000             🧑  作者: Mango
v = 'hello' v = v.title() print(v) # "v.title" converts it into sentence case