add list as key in dictionary python code example Example: how to add an item to a dictionary in python a_dictonary = {} a_dictonary.update({"Key": "Value"})