浅谈Python基础—判断和循环 判断缩进代替大括号。冒号(:)后换号缩进。iftest=100iftest>50:print('OK')print('test')if-elif-else Python判断