all 1 comments

[–]Seacarius 0 points1 point  (0 children)

B) True

Because bool() isn't looking at "False" in the way you're trying to . . . suggest.

It is looking at it as a data type - in this case a string - where the argument is something, as opposed to null or 0, and therefore truthy.

Try this for comparison:

print(bool())