Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get current working directory python

# print current working directory in python
import os
cwd = os.getcwd()
print(cwd)
Source by thispointer.com #
 
PREVIOUS NEXT
Tagged: #current #working #directory #python
ADD COMMENT
Topic
Name
8+9 =