python 使用多个if...else...时 注意 执行顺序

使用多个 if...else... 做条件判断时,注意语句执行的顺序。

加括号可以改变其执行顺序 

原文地址:https://www.cnblogs.com/rgxx/p/10956171.html