python 常用方法笔记

摘要: 2018-06-07 In [14]: print("konglingchao".ljust(20,"*")) konglingchao******** In [15]: print("konglingchao".rjust(20,"*")) ********konglingchao def rju 阅读全文
posted @ 2018-06-04 16:46 konglingchao 阅读(135) 评论(0) 推荐(0)