Ad
  • Custom User Avatar

    By the same reason "same(None, None)" returns False

    Well, It's ok None and [] should be treaded differently. But it should be said explicitly. Nothing is evident when we deal with values like None, False, 0, [], "", NULL etc. It all should be said explicitly.

  • Custom User Avatar

    "If a or b are empty the result is evident by itself."

    I was sure is it evident that same([], []) should return False, but tests say it should return True. So it is not evident :)