码迷,mamicode.com
首页 > Windows程序 > 详细

String的方法capitalize

时间:2018-11-28 19:39:33      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:with   fir   block   return   print   方法   使用   ring   zed   

官方解释:Return a copy of the string with its first character capitalized and the rest lowercased.(返回字符串的副本,其首字符大写,其余字符小写。)

  • 使用方法:
>>> s1 = ‘python最牛掰‘
>>> ret1 = s1.capitalize()
>>> print(ret1)
Python最牛掰

String的方法capitalize

标签:with   fir   block   return   print   方法   使用   ring   zed   

原文地址:https://www.cnblogs.com/lcfzh/p/10034065.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!