Python Developer — Medium What is the output of: print(bool(”), bool(‘ ‘), bool(0), bool([]))? A False False False False B True True False False C False True True False D False True False False Show explanation