import sys,time for i in range(20): sys.stdout.write("#") sys.stdout.flush() time.sleep(0.1)
posted on 2017-11-16 18:51 winecork 阅读(70) 评论(0) 收藏 举报