Python 循环 Python 比较运算 Python 数字 Python 循环 i = 0 while (i < 5): print "Hello, World!" i = i + 1 print "Loop ends" Python 比较运算 Python 数字