File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 147
147
" print(os.getcwd())"
148
148
]
149
149
},
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
+ },
150
193
{
151
194
"cell_type" : " code" ,
152
195
"execution_count" : null ,
You can’t perform that action at this time.
0 commit comments