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/寻找空闲题号_old.py

6 lines
109 B
Python

from database_tools import *
pro_dict = load_dict(r"..\题库0.3\Problems.json")
print(spareIDs(pro_dict))