diff --git a/README.md b/README.md index 13b9ff8..81304b7 100644 --- a/README.md +++ b/README.md @@ -550,16 +550,16 @@ def write_to_file(filename, text): ### Path ```python import os -os.path.exists() -os.path.isfile() -os.path.isdir() -os.listdir() + = os.path.exists() + = os.path.isfile() + = os.path.isdir() + = os.listdir() ``` ### Execute Command ```python import os -os.popen().read() + = os.popen().read() ``` #### Or: