dict_ = {key:[] for key in keys}
dict.fromkeys(["key1", "key2", "key3"], "value") {'key1': 'value', 'key2': 'value', 'key3': 'value'}