摘要:        
i+1: 当前的数量 300: 总数量 import sys print("下载中...") def process(curr, count): cursor_count = curr // int(count * 0.02) str = '>' * cursor_count + ' ' * (50    阅读全文
        
            posted @ 2018-07-06 09:36
要一直走下去
阅读(107)
评论(0)
推荐(0)
        
    | 
摘要:        
i+1: 当前的数量 300: 总数量 import sys print("下载中...") def process(curr, count): cursor_count = curr // int(count * 0.02) str = '>' * cursor_count + ' ' * (50    阅读全文
 
            posted @ 2018-07-06 09:36
要一直走下去
阅读(107)
评论(0)
推荐(0)
         
摘要:        
散装知识点1:Python简介解释型语言:解释,执行,解释,执行...编译型语言:编译,连接,执行解释型语言:解释器编译型语言:编译器,解释型语言:解释源码,不同平台使用不同的解释器就行编译型语言:不同平台编译成不同的机器码python2.4最普及的版本Python2.6、2.7是过渡版本Pytho    阅读全文
 
            posted @ 2018-07-06 09:24
要一直走下去
阅读(240)
评论(0)
推荐(0)
         |