Python学习笔记1
python的33个保留字 False / True / None 大写字母开头 if / elif / else 分支结构 return 返回值 try / except / finally 异常处理 continue / break 退出当前循环 and / not / or 与 非 或(关系组合) in / as / is / import / from /for /while 在···里 当作 是··· 引入 从···· def / del 定义函数 / pass / lambda / nonlocal / with / yield / global / class /assert /raise
待补充······