Skip to content

Commit 6715b06

Browse files
committed
System - path
1 parent f2fe7fa commit 6715b06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,12 @@ import os
680680
<list> = os.listdir(<path>)
681681
```
682682

683+
```python
684+
>>> from glob import glob
685+
>>> glob('*.gif')
686+
['1.gif', 'card.gif']
687+
```
688+
683689
### Execute Command
684690
```python
685691
import os

0 commit comments

Comments
 (0)