Answers for "how to get the current path in python using os"

9

get path to current directory python

import os
os.path.abspath(os.getcwd())
Posted by: Guest on September-16-2020

Code answers related to "how to get the current path in python using os"

Python Answers by Framework

Browse Popular Code Answers by Language