python全栈开发137_Python全栈开发:基本数据类型-CSDN博客

网站介绍:class str(basestring):"""str(object='') -> stringReturn a nice string representation of the object.If the argument is a string, the return value is the same object."""def capitalize(self):""" 首字母变大..._return a nice string representation of the object.;