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