steph8656 steph8656 12-03-2024 Computers and Technology contestada Select each of the expressions that evaluate to true according to the rules of truthiness in python. a) bool(0) b) bool(1) c) bool([]) d) bool("FalSe")