So fügen Sie List Toa Key in IKT hinzu

a_dict = {}


if "a" in a_dict:

  a_dict["a"].append("kite")

print(a_dict)
devil-cyber