shell
摘要: #!/usr/bin/env python # _*_ coding:utf-8 _*_ # Author:Liuyoushui # Time = 2017/7/18 10:33 print ('\n'.join([' '.join(['%s*%s=%2s' % (y,x,x*y) for y in range(1,x+1)]) for x in range(1,10)])) print([... 阅读全文
posted @ 2017-07-18 15:07 devops运维 阅读(387) 评论(0) 推荐(0) 编辑
python