bool("abc") = True bool(123) = True bool(["apple", "cherry", "banana"]) = True bool(False) = False bool(True) = True