I came across an answer that we can check if number is between a given range by following method 10<=n<=100. I want to know how exactly this statement gets executed in python.I'm new to python and know how to code in java.
From the answers, I came to know that this feature is called chaining comparison operators. Thanks a lot for answers.