I accidentally ran following statement [10] and [(3, True)]
and it gave back a result [(3, True)
. As far as my understanding goes, this should have returned True
because neither of the list is empty but to my surprise it didn't. Can someone help me understand this concept?
Thanks!