About Web development, Java/Python and Google App Engine learning notes.
x = ‘hello’
x.upper() 会将所有的小写字母转换成大写。
x.capitalize() 会将首字母转换成大写。
Post a Comment
No comments:
Post a Comment