Skip to content

Commit f2093d7

Browse files
committed
Dir
1 parent cfed34e commit f2093d7

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

09.Directory.ipynb

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,49 @@
147147
"print(os.getcwd())"
148148
]
149149
},
150+
{
151+
"cell_type": "code",
152+
"execution_count": 18,
153+
"metadata": {},
154+
"outputs": [
155+
{
156+
"name": "stdout",
157+
"output_type": "stream",
158+
"text": [
159+
"Listing\n"
160+
]
161+
},
162+
{
163+
"data": {
164+
"text/plain": [
165+
"['03.Numpy.ipynb',\n",
166+
" '09.Directory.ipynb',\n",
167+
" 'README.md',\n",
168+
" '.ipynb_checkpoints',\n",
169+
" '02.Arrays.ipynb',\n",
170+
" 'geek.txt',\n",
171+
" '05.InOut.ipynb',\n",
172+
" '08.Dictionary .ipynb',\n",
173+
" '.git',\n",
174+
" '01.Python Basics.ipynb',\n",
175+
" '06.Tuple.ipynb',\n",
176+
" 'test.txt',\n",
177+
" '04.Lists.ipynb',\n",
178+
" '00-Copy1.Directory.ipynb',\n",
179+
" 'file.txt',\n",
180+
" '07.Sets.ipynb']"
181+
]
182+
},
183+
"execution_count": 18,
184+
"metadata": {},
185+
"output_type": "execute_result"
186+
}
187+
],
188+
"source": [
189+
"print(\"Listing\")\n",
190+
"os.listdir()"
191+
]
192+
},
150193
{
151194
"cell_type": "code",
152195
"execution_count": null,

0 commit comments

Comments
 (0)