Quote:
|
Originally Posted by Kakao
The proposed sintax address it making the true value come first. In your example you had to do a NOT(condition) to make it work the same.
|
Not quite. I've noticed Python can be quite finicky about that. I don't have any examples, but I've remembered times when certain objects/items have been considered "not False" but not "True". Therefore we must use "not False" to withstand all the possible cases.