Jak dodać listę listy TOA w ICT

a_dict = {}


if "a" in a_dict:

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

print(a_dict)
devil-cyber