Appearance
os.path.sep # that is / in Unix/Linux and \ in Windows, which is a separator between path components.
os.pathsep # that is ; and which is a separator in the PATH environment variable;