Skip to content

Commit 21c0f28

Browse files
committed
更新content 对应README b703d72
1 parent 5c8e849 commit 21c0f28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "Java入门教程",
3-
"desc": "这个教程主要配合Java介绍编程的基础知识概念,对学习和备考AP以及入门计算机编程都会很有帮助",
4-
"keywords": ["编程", "基础"],
2+
"name": "Python入门教程",
3+
"desc": "这个教程给初学编程者使用,这个教程主要配合Python介绍编程的基础知识概念,对学习机器学习和入门计算机编程都会很有帮助",
4+
"keywords": ["编程", "基础", "Python"],
55
"cover": "cover.png",
66
"tags": ["编程", "基础", "入门"],
77
"chapters": [
88
{
9-
"name": "初入Java编程",
9+
"name": "初入Python编程",
1010
"content": "Chapter1/Chapter1.md",
1111
"sections": [
12-
{"name":"输入输出"},
12+
{"name":"输入输出和编码"},
1313
{"name":"转义"},
1414
{"name":"注释"},
1515
{"name":"小练习"}
@@ -24,7 +24,7 @@
2424
{"name":"类型及储存方式"},
2525
{"name":"运算和操作符"},
2626
{"name":"标识符"},
27-
{"name":"final变量"},
27+
{"name":"常量"},
2828
{"name":"小练习"}
2929
]
3030
},

0 commit comments

Comments
 (0)