path of current working directory with os module python

28

import os
cwd = os.getcwd()

Comments

Submit
0 Comments