提交 745162f1 编写于 作者: F feilong

增加一个Python进阶任务

上级 6d8f9adb
{
"node_id": "python-c8031e38af1147bfb288090085621a94",
"keywords": [],
"children": [],
"export": [
"qa.json"
]
}
\ No newline at end of file
{
"author": "huanhuilong",
"source": "qa.md",
"depends": [],
"type": "task_qa",
"notebook_enable": false
}
\ No newline at end of file
# 完成5个Python问答回答任务
Python 用户每天会产生很多实际使用的问题,请你回答5个Python用户的实时:[Python问题](https://ask.csdn.net/channel/2/tag/8),以下对问答描述正确的是?
## 答案
```bash
问答的问题详情页是:https://ask.csdn.net/questions/{id}
Python问答页面是:https://ask.csdn.net/channel/2/tag/8
```
## 选项
### A
```bash
问答的问题详情页的问题描述下含有“已解决”+“未解决”功能
问答的问题详情页的问题回答下含有“好问题”+“提建议”功能
```
### B
```bash
问答的问题详情页右侧含有“问题事件”流
问答的问题详情页右侧可以打赏提问者
```
### C
```bash
问答的问题详情页可以关注问题
问答的问题详情页回答不能被打赏
```
{
"node_id": "python-1707b1947cba42d99043449208ce4a03",
"keywords": []
}
\ No newline at end of file
......@@ -10532,6 +10532,21 @@
}
]
}
},
{
"进阶任务": {
"node_id": "python-1707b1947cba42d99043449208ce4a03",
"keywords": [],
"children": [
{
"Python问答": {
"node_id": "python-c8031e38af1147bfb288090085621a94",
"keywords": [],
"children": []
}
}
]
}
}
]
}
......
......@@ -6,8 +6,8 @@ import os
import re
if __name__ == '__main__':
# walker = TreeWalker("data", "python", "python")
# walker.walk()
walker = TreeWalker("data", "python", "python")
walker.walk()
md = MDWalker('data/2.python中阶/2.Web应用开发')
md.walk()
# md = MDWalker('data/2.python中阶/2.Web应用开发')
# md.walk()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册