from database_tools import * data = getCopy() try: output = MultiplechoicetoBlankFilling(data) setCopy(output) print("处理完成") except: print("处理失败")