From 93f8deeb25dc10895a85f6c7ec6227eaf84a250d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 22 Feb 2019 19:30:46 +0100 Subject: [PATCH] Pathlib --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 580398a..bb8edb1 100644 --- a/README.md +++ b/README.md @@ -970,6 +970,7 @@ b'.\n..\nfile1.txt\nfile2.txt\n' Path ---- +### Basic ```python from os import path, listdir = path.exists('') @@ -1018,6 +1019,7 @@ pwd = Path() Command Line Arguments ---------------------- +### Basic ```python import sys script_name = sys.argv[0]