Skip to content

Commit 88ad066

Browse files
author
yijun_latitude
committed
2017.1.7 small edit on lesson 5
1 parent 6e32252 commit 88ad066

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

python_basic/python_basic_lesson_05.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
},
246246
{
247247
"cell_type": "code",
248-
"execution_count": 12,
248+
"execution_count": 3,
249249
"metadata": {
250250
"collapsed": false
251251
},
@@ -262,12 +262,14 @@
262262
" 'r2c1']"
263263
]
264264
},
265-
"execution_count": 12,
265+
"execution_count": 3,
266266
"metadata": {},
267267
"output_type": "execute_result"
268268
}
269269
],
270270
"source": [
271+
"import os\n",
272+
"\n",
271273
"# 列出当前目录下所有文件\n",
272274
"\n",
273275
"# windows\n",

0 commit comments

Comments
 (0)