🌈 搜索
📅  最后修改于: 2022-03-11 14:46:55.776000             🧑  作者: Mango
file = open("dictionary_string.txt", "r") contents = file.read() dictionary = ast.literal_eval(contents) file.close()