同步测试
This commit is contained in:
parent
61c98a8c9f
commit
fbd3907323
|
|
@ -1,5 +1,6 @@
|
||||||
import os,re,json
|
import os,re,json
|
||||||
|
|
||||||
|
|
||||||
# 读取数据库并转成题目字典
|
# 读取数据库并转成题目字典
|
||||||
with open(r"../题库0.3/Problems.json","r",encoding = "utf8") as f:
|
with open(r"../题库0.3/Problems.json","r",encoding = "utf8") as f:
|
||||||
database = f.read()
|
database = f.read()
|
||||||
|
|
|
||||||
Reference in New Issue