Skip to content

Commit 93f8dee

Browse files
committed
Pathlib
1 parent 68dd21b commit 93f8dee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@ b'.\n..\nfile1.txt\nfile2.txt\n'
970970

971971
Path
972972
----
973+
### Basic
973974
```python
974975
from os import path, listdir
975976
<bool> = path.exists('<path>')
@@ -1018,6 +1019,7 @@ pwd = Path()
10181019

10191020
Command Line Arguments
10201021
----------------------
1022+
### Basic
10211023
```python
10221024
import sys
10231025
script_name = sys.argv[0]

0 commit comments

Comments
 (0)