20221009 morning

This commit is contained in:
weiye.wang 2022-10-09 06:45:30 +08:00
parent f66c0a370c
commit d246b961fd
1 changed files with 43 additions and 13 deletions

View File

@ -2,42 +2,72 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 6, "execution_count": 3,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"周末卷03.tex\n", "国庆卷.tex\n",
"003115\n", "030033\n",
"\n", "\n",
"\n", "\n",
"006264\n", "030030\n",
"\n", "\n",
"\n", "\n",
"003096\n", "030076\n",
"\n", "\n",
"\n", "\n",
"001472\n", "030038\n",
"\n", "\n",
"\n", "\n",
"006604\n", "030042\n",
"\n", "\n",
"\n", "\n",
"030027\n", "030048\n",
"\n", "\n",
"\n", "\n",
"030028\n", "030046\n",
"\n", "\n",
"\n", "\n",
"006305\n", "030051\n",
"\n", "\n",
"\n", "\n",
"006460\n", "030043\n",
"\n", "\n",
"\n", "\n",
"006463\n", "030050\n",
"\n",
"\n",
"030058\n",
"\n",
"\n",
"030056\n",
"\n",
"\n",
"030057\n",
"\n",
"\n",
"030060\n",
"\n",
"\n",
"030063\n",
"\n",
"\n",
"030062\n",
"\n",
"\n",
"030065\n",
"\n",
"\n",
"030067\n",
"\n",
"\n",
"030066\n",
"\n",
"\n",
"030064\n",
"\n", "\n",
"\n" "\n"
] ]
@ -47,7 +77,7 @@
"import os,json,re\n", "import os,json,re\n",
"\n", "\n",
"#这里需要修改, 设定路径与选择文件\n", "#这里需要修改, 设定路径与选择文件\n",
"fileind = 3\n", "fileind = 5\n",
"# path = r\"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\第一轮复习讲义\"\n", "# path = r\"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\第一轮复习讲义\"\n",
"path = r\"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\上学期周末卷\"\n", "path = r\"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\上学期周末卷\"\n",
"\n", "\n",