打印风车旋转效果

python学习网 2017-09-03 13:54:01
1 while True:
2     for i in["/","-","\\","|"]:
3         print "%s\r" %i,

 

阅读(842) 评论(0)