from multiprocessing import Manager, Value
m = Manager()
num = m.dict({键:值})
num = m.list ([1,2,3,4,5,6])