This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
|
id_string = "22095,22078"
|
|
editor = "毛培菁"
|
|
|
|
|
|
|
|
from database_tools import *
|
|
pro_dict = load_dict("../题库0.3/problems.json")
|
|
tempfilepath = "临时文件/problem_edit.tex"
|
|
|
|
edited = ModifyProblembyTeX(id_string,pro_dict,tempfilepath,editor)
|
|
print("编辑过的题号: %s"%edited) |