if elif else 后接 ':'
if elif else
if x: 同样合法 只要x是非零数值、非空字符串、非空list等,就判断为True,否则为False。
if x:
x
True
False
for x in ...
while n > 0:
break
continue