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