Python论坛  - 讨论区

标题:Re: [python-chinese] 有谁知道如何让控制台输出内容,打印忙信息?就是一个不断转动的“|“

2006年06月16日 星期五 10:39

Aiyi recordus at gmail.com
Fri Jun 16 10:39:31 HKT 2006

刚才发的代码不知道怎么错乱了。

import time
import sys

chars = "|/-\\"

for i in xrange(40):
    sys.stdout.write(chars[i%4])
    sys.stdout.flush()
    time.sleep(0.1)
    sys.stdout.write("\b")



-- 
I like Python & Linux.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060616/48918f52/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号