Как добавить список TOA в ИКТ

a_dict = {}


if "a" in a_dict:

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

print(a_dict)
devil-cyber