摘要: 1 ## Created by YangJinfeng 2 3 def num_set(s): 4 """set the LED shapes to nums""" 5 6 a = [' ' + ' '*s + ' ', ' ' + '-'*s + ' '] 7 b = ['|'+' '*s+' ', ' '+' '*s +'|', '| 阅读全文
posted @ 2013-04-12 12:18 thinbottle 阅读(415) 评论(0) 推荐(0) 编辑