修改13376答案
This commit is contained in:
parent
b2cbe192fc
commit
bf33e9827e
|
|
@ -1,6 +1,6 @@
|
||||||
import os,re,json
|
import os,re,json
|
||||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
|
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块"""
|
||||||
problems = "015121"
|
problems = "013376"
|
||||||
|
|
||||||
def generate_number_set(string,dict):
|
def generate_number_set(string,dict):
|
||||||
string = re.sub(r"[\n\s]","",string)
|
string = re.sub(r"[\n\s]","",string)
|
||||||
|
|
|
||||||
|
|
@ -351642,7 +351642,7 @@
|
||||||
"第七单元"
|
"第七单元"
|
||||||
],
|
],
|
||||||
"genre": "解答题",
|
"genre": "解答题",
|
||||||
"ans": "(1) $\\dfrac{x^2}{4}+\\dfrac{y^2}{2}=1$; (2) $y=\\pm \\dfrac{\\sqrt{2}}2+1$",
|
"ans": "(1) $\\dfrac{x^2}{4}+\\dfrac{y^2}{2}=1$; (2) $y=\\pm \\dfrac{\\sqrt{2}}2x+1$",
|
||||||
"solution": "",
|
"solution": "",
|
||||||
"duration": -1,
|
"duration": -1,
|
||||||
"usages": [],
|
"usages": [],
|
||||||
|
|
|
||||||
Reference in New Issue