print surrent directory python

45

print surrent directory python -

import os
cwd = os.getcwd()

Comments

Submit
0 Comments