码迷,mamicode.com
首页 > 编程语言 > 详细

python---对齐

时间:2014-11-14 22:19:44      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:blog   http   sp   on   2014   log   bs   tt   python   

print ‘0123‘.ljust(20, ‘-‘)
print ‘01234‘.ljust(20, ‘-‘)
print ‘012356‘.ljust(20, ‘-‘)
print ‘0123567‘.ljust(20, ‘-‘)

 

bubuko.com,布布扣

python---对齐

标签:blog   http   sp   on   2014   log   bs   tt   python   

原文地址:http://www.cnblogs.com/lucasysfeng/p/4098127.html

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