🌈 搜索
📅  最后修改于: 2022-03-11 14:45:36.131000             🧑  作者: Mango
f = open('file_dir', 'a') #'a' means append f.write(variable)