1 Odpowiedź
+ 3
A list is True if something's in it, and False if it's empty. (Same for other collections.)
So x and y are both true, because they contain stuff.
b will become the last checked item. So b is y after that.
This means that b is also True.
not True is False.