String的方法capitalize
2021-06-28 19:08
阅读:630
标签:with fir block return print 方法 使用 ring zed 官方解释:Return a copy of the string with its first character capitalized and the rest lowercased.(返回字符串的副本,其首字符大写,其余字符小写。) String的方法capitalize 标签:with fir block return print 方法 使用 ring zed 原文地址:https://www.cnblogs.com/lcfzh/p/10034065.html
>>> s1 = ‘python最牛掰‘
>>> ret1 = s1.capitalize()
>>> print(ret1)
Python最牛掰
下一篇:如何加快win10开机速度?
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:String的方法capitalize
文章链接:http://soscw.com/index.php/essay/99030.html
文章标题:String的方法capitalize
文章链接:http://soscw.com/index.php/essay/99030.html
评论
亲,登录后才可以留言!