Python 单行while循环 Python while else 循环 Python for循环 Python 单行while循环 #!/usr/bin/python flag = 1 while (flag): print 'Given flag is really true!' print "Good bye!" Python while else 循环 Python for循环