我创建了一个搁置文件并插入了词典数据。现在,我想清理该搁置文件,以将其作为干净文件重复使用。
import shelve
dict = shelve.open("Sample.db")
# insert some data into sample.db
dict = { "foo" : "bar"}
#Now I want to clean entire shelve file to re-insert the data from begining.
GCT1015
红糖糍粑
qq_遁去的一_1
相关分类