update
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
5
basic/tasks/pythontuor-statistics/index.md
Normal file
5
basic/tasks/pythontuor-statistics/index.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# 筛选并尝试找出规律
|
||||||
|
|
||||||
|
打开:[lc.xuyue.cc](lc.xuyue.cc)
|
||||||
|
|
||||||
|
账号 stu 密码 123456
|
||||||
@@ -1,6 +1,4 @@
|
|||||||
# 调试并记录
|
# 导学案
|
||||||
|
|
||||||
## [完成自学](/basic/tips/pythontutor/)
|
|
||||||
|
|
||||||
现在需要记录每次的调试过程,分别需要记录:
|
现在需要记录每次的调试过程,分别需要记录:
|
||||||
|
|
||||||
@@ -27,7 +25,7 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 第二步 修改一次代码,调试并记录
|
## 第二步 修改代码一次,调试并记录一次
|
||||||
|
|
||||||
你可以选择以下其中一种,修改代码,调试并记录。
|
你可以选择以下其中一种,修改代码,调试并记录。
|
||||||
|
|
||||||
@@ -47,7 +45,7 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 第三步 在自测猫中修改代码,记录
|
## 第三步 在自测猫中修改 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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user