I want to change the value of the dictionary in another file
file1.py
a = {"a":"cat"}
file2.py
a["a"] = "dog"