We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2482d37 commit 6e32252Copy full SHA for 6e32252
python_basic/python_basic_lesson_05.ipynb
@@ -1456,9 +1456,18 @@
1456
"\n",
1457
"思考一下:\n",
1458
1459
- "1 修改上面搜索制定类型文件的程序,当搜索到10个文件的时候即停止,并显示\n",
1460
- "2 想一下,如果要搜索指定目录下的 .py 文件,如果py文件中有指定的单词,则显示,并继续搜索"
+ "* 修改上面搜索制定类型文件的程序,当搜索到10个文件的时候即停止,并显示\n",
+ "* 想一下,如果要搜索指定目录下的 .py 文件,如果py文件中有指定的单词,则显示,并继续搜索"
1461
]
1462
+ },
1463
+ {
1464
+ "cell_type": "code",
1465
+ "execution_count": null,
1466
+ "metadata": {
1467
+ "collapsed": true
1468
1469
+ "outputs": [],
1470
+ "source": []
1471
}
1472
],
1473
"metadata": {
0 commit comments