Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

# How to Prints the current working directory in python

# How to Print the current working directory
import os
print os.getcwd()  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #Prints #current #working #directory #python
ADD COMMENT
Topic
Name
6+8 =