2017年6月7日

day14 python02---字符串

摘要: day02 数字相关的转换 bin() 2进制oct() 8进制hex() 16进制 字符串 1 class str(object): 2 def capitalize(self): 3 首字母变大写 4 5 def center(self, width, fillchar=None): 6 原来字 阅读全文

posted @ 2017-06-07 16:32 何必从头 阅读(239) 评论(0) 推荐(0) 编辑

导航