20221014 afternoon

This commit is contained in:
Wang Weiye 2022-10-14 15:18:56 +08:00
parent 9480231c6f
commit 151a889a5a
1 changed files with 6 additions and 6 deletions

View File

@ -2,12 +2,12 @@
"cells": [
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import json,os\n",
"with open(r\"题库0.3\\problems.json\",\"r\",encoding = \"u8\") as f:\n",
"with open(r\"..\\题库0.3\\problems.json\",\"r\",encoding = \"u8\") as f:\n",
" database = f.read()\n",
"pro_dict = json.loads(database)\n",
"units = [\"第一单元\",\"第二单元\",\"第三单元\",\"第四单元\",\"第五单元\",\"第六单元\",\"第七单元\",\"第八单元\",\"第九单元\"]\n",
@ -24,7 +24,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 4,
"metadata": {},
"outputs": [
{
@ -35,11 +35,11 @@
"第二单元 . 总题数: 1987 , 完成对应题数: 1985\n",
"第三单元 . 总题数: 1946 , 完成对应题数: 390\n",
"第四单元 . 总题数: 1023 , 完成对应题数: 594\n",
"第五单元 . 总题数: 1235 , 完成对应题数: 299\n",
"第五单元 . 总题数: 1236 , 完成对应题数: 301\n",
"第六单元 . 总题数: 882 , 完成对应题数: 254\n",
"第七单元 . 总题数: 1219 , 完成对应题数: 59\n",
"第八单元 . 总题数: 1124 , 完成对应题数: 58\n",
"第九单元 . 总题数: 154 , 完成对应题数: 23\n"
"第八单元 . 总题数: 1122 , 完成对应题数: 169\n",
"第九单元 . 总题数: 156 , 完成对应题数: 23\n"
]
}
],