LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1058|回复: 1

我又怎么错啦?!python输出一问

[复制链接]
发表于 2006-9-13 11:59:08 | 显示全部楼层 |阅读模式
[php]
#!/usr/bin/python
#Filename:splash.py

import time,random

splashB = ('-','\\','|','/')

i = 0
while True:
        #print i
        print splashB,
        i += 1
        i %= len(splashB)
        #print '\b\b\b',
        time.sleep(.1)
[/php]

为什么我看不见转呢?
 楼主| 发表于 2006-9-13 12:15:55 | 显示全部楼层
sys.stdout.flush()

,ù的祸
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表