Skip to content

Commit 6e32252

Browse files
author
yijun_latitude
committed
2016.12.29 small edit
1 parent 2482d37 commit 6e32252

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

python_basic/python_basic_lesson_05.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,9 +1456,18 @@
14561456
"\n",
14571457
"思考一下:\n",
14581458
"\n",
1459-
"1 修改上面搜索制定类型文件的程序,当搜索到10个文件的时候即停止,并显示\n",
1460-
"2 想一下,如果要搜索指定目录下的 .py 文件,如果py文件中有指定的单词,则显示,并继续搜索"
1459+
"* 修改上面搜索制定类型文件的程序,当搜索到10个文件的时候即停止,并显示\n",
1460+
"* 想一下,如果要搜索指定目录下的 .py 文件,如果py文件中有指定的单词,则显示,并继续搜索"
14611461
]
1462+
},
1463+
{
1464+
"cell_type": "code",
1465+
"execution_count": null,
1466+
"metadata": {
1467+
"collapsed": true
1468+
},
1469+
"outputs": [],
1470+
"source": []
14621471
}
14631472
],
14641473
"metadata": {

0 commit comments

Comments
 (0)