in the examples for the boolean operators and, or, not
I’m still learning and am not sure of this but I think the comments on the first two statements are reversed, doesn’t the ‘and’ operator only evaluate the second argument if the first one is true
I know but that’s not what i meant, I was talking about the fact that it says:
“True and False” are short- circuited
And that with
“False and True” it will check the second argument.
Thanks for answering though