Python - Data Types as Values
Given this dictionary:
Which code returns a list of keys with truthy values?
status = {"a": True, "b": False, "c": 0, "d": "1"}Which code returns a list of keys with truthy values?
