python基础之语句结束
|
1
2
3
4
5
|
if a : if b: # 这里是if b的作用区间 #这里是if a的作用区间#这里不在if 区间 |
python 是按缩进来识别代码块的。
It's not who you are underneath, it's what you do that defines you
Brick walls are there for a reason :they let us prove how badly we want things