我注意到以下代码在Python中是合法的.我的问题是为什么?有具体原因吗?
n = 5 while n != 0: print n n -= 1 else: print "what the..."
python syntax if-statement while-loop
if-statement ×1
python ×1
syntax ×1
while-loop ×1