py3实现单行刷新显示

# coding=utf-8 import time count=0 try: while True: char_sets=['\\','|','/','-'] msg='[%s] is testing' % char_sets[count % 4] # print(" %s is testing",%(chart_sets[count%4])) print("\r"+msg,
相关文章
相关标签/搜索