This commit is contained in:
2024-12-20 13:18:15 +08:00
parent a2a71e0f63
commit 59d11a811b
3 changed files with 22 additions and 6 deletions

View File

@@ -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: "判题狗", text: "判题狗",
items: [ items: [

View File

@@ -0,0 +1,5 @@
# 筛选并尝试找出规律
打开:[lc.xuyue.cc](lc.xuyue.cc)
账号 stu 密码 123456

View File

@@ -1,6 +1,4 @@
# 调试并记录 # 导学案
## [完成自学](/basic/tips/pythontutor/)
现在需要记录每次的调试过程,分别需要记录: 现在需要记录每次的调试过程,分别需要记录:
@@ -27,7 +25,7 @@
![6](image-6.png) ![6](image-6.png)
## 第二步 修改一次代码,调试并记录 ## 第二步 修改代码一次,调试并记录一次
你可以选择以下其中一种,修改代码,调试并记录。 你可以选择以下其中一种,修改代码,调试并记录。
@@ -47,7 +45,7 @@
![9](image-9.png) ![9](image-9.png)
## 第三步 在自测猫中修改代码,记录 ## 第三步 在自测猫中修改 5 次代码,记录 5 次
打开:[https://code.xuyue.cc/?query=5](https://code.xuyue.cc/?query=5) 打开:[https://code.xuyue.cc/?query=5](https://code.xuyue.cc/?query=5)