diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 514901d..4cb63ed 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -51,6 +51,19 @@ export default defineConfig({ }, ], }, + { + text: "任务", + items: [ + { + text: "调试并记录", + link: "/basic/tasks/pythontutor/index.md", + }, + { + text: "筛选并找到规律", + link: "/basic/tasks/pythontutor-statistics/index.md", + }, + ], + }, { text: "判题狗", items: [ diff --git a/basic/tasks/pythontuor-statistics/index.md b/basic/tasks/pythontuor-statistics/index.md new file mode 100644 index 0000000..c02db31 --- /dev/null +++ b/basic/tasks/pythontuor-statistics/index.md @@ -0,0 +1,5 @@ +# 筛选并尝试找出规律 + +打开:[lc.xuyue.cc](lc.xuyue.cc) + +账号 stu 密码 123456 \ No newline at end of file diff --git a/basic/tasks/pythontutor/index.md b/basic/tasks/pythontutor/index.md index a4ee323..0613636 100644 --- a/basic/tasks/pythontutor/index.md +++ b/basic/tasks/pythontutor/index.md @@ -1,6 +1,4 @@ -# 调试并记录 - -## [完成自学](/basic/tips/pythontutor/) +# 导学案 现在需要记录每次的调试过程,分别需要记录: @@ -27,7 +25,7 @@ ![6](image-6.png) -## 第二步 修改一次代码,调试并记录 +## 第二步 修改代码一次,调试并记录一次 你可以选择以下其中一种,修改代码,调试并记录。 @@ -47,7 +45,7 @@ ![9](image-9.png) -## 第三步 在自测猫中修改代码,记录 +## 第三步 在自测猫中修改 5 次代码,记录 5 次 打开:[https://code.xuyue.cc/?query=5](https://code.xuyue.cc/?query=5) @@ -57,4 +55,4 @@ ![12](image-12.png) -每组至少记录 5 份。 +每组至少记录 5 份。 \ No newline at end of file