python title怎么用,title在Python中的用法

首页 > 教育培训 > 作者:YD1662023-06-15 02:26:57

1.首字母大写。

程序:

str1 = "hello world"

title = str1.title()

print(title)

2.运行效果如图所示。

python title怎么用,title在Python中的用法(1)

首字母大写

3.使用title()函数可以使单词的首字母大写。

4.istitle()检测字符串中所有的单词拼写首字母是否为大写,且其他字母为小写。

如图所示。

python title怎么用,title在Python中的用法(2)

istitle函数

栏目热文

文档排行

本站推荐

Copyright © 2018 - 2021 www.yd166.com., All Rights Reserved.