Python的循环打印感觉总有点怪怪的,和Perl有点区别。。
不过它有它的好处吧。回头特地开个文章细总结下。。
#!/usr/bin/python for i in range(1,5): print i else: print "The end"