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.
mathdeptv2/工具v2/latex编辑题目答案及提示.py

11 lines
278 B
Python

id_string = "20478"
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)