条件判断

if elif else 后接 ':'

if x: 同样合法 只要x是非零数值、非空字符串、非空list等,就判断为True,否则为False

循环