如何设置另一个文件中另一个文件的字典值?

时间:2018-05-27 13:11:52

标签: python file

我想在另一个文件中更改字典的值

file1.py

a = {"a":"cat"} 

file2.py

a["a"] = "dog"

0 个答案:

没有答案