python:提示This inspection highlights chained comparisons that can be simplified.
意思是可以更简单些:
python支持10>=a>=0,不用像java中还要写成a >= 0 and a <= 10
python:提示This inspection highlights chained comparisons that can be simplified.
意思是可以更简单些:
python支持10>=a>=0,不用像java中还要写成a >= 0 and a <= 10