import sys, time for i in range(50): sys.stdout.write("...") sys.stdout.flush time.sleep(0.3)
posted on 2018-06-07 20:31 你是不夜星空 阅读(134) 评论(0) 收藏 举报