We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
In Python 3.11.0rc1 on Windows:
>>>importntpath>>>ntpath.normpath('\\\\')'\\\\'
In Python 3.11.0rc1 on non-Windows platforms, and in 3.10 across all platforms:
>>>importntpath>>>ntpath.normpath('\\\\')'\\'