You can use the os standard library's function getcwd(). Or, you can use the pathlib library's Path.cwd() classmethod to get the current working directory ...
確定! 回上一頁