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