python处理进度条
生活随笔
收集整理的這篇文章主要介紹了
python处理进度条
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
#!/usr/bin/python # coding: UTF-8 import time import sysdef progress_test():bar_length = 20for percent in xrange(0, 101):hashes = '#' * int(percent / 100.0 * bar_length)spaces = ' ' * (bar_length - len(hashes))sys.stdout.write("\rPercent: [%s] %d%%" % (hashes + spaces, percent))sys.stdout.flush()time.sleep(1)progress_test()轉載于:https://my.oschina.net/yves175/blog/804433
總結
以上是生活随笔為你收集整理的python处理进度条的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 关于朋友之间的友谊说说句子113个
- 下一篇: 置之不理的近义词