You can use library pathlib to get an absolute path in Python : from pathlib import Path. p = Path("pythonw.exe").resolve().
確定! 回上一頁