print surrent directory python

65

print surrent directory python -

import os
cwd = os.getcwd()

Comments

Submit
0 Comments