code

import threading
R=threading.Lock()
R.acquire()
'''
对公共数据的操作
'''
R.release()