How to get the common pathname manipulations location (use: import os then os.path) in Python

1 Answer

0 votes
import os

print(os.path)


'''
run:

<module 'ntpath' from 'C:\\Users\\...\\...\\...\\...\\Python\\Python35-32\\lib\\ntpath.py'>

'''

 



answered Mar 8, 2018 by avibootz

Related questions

1 answer 219 views
1 answer 183 views
1 answer 155 views
1 answer 112 views
2 answers 247 views
1 answer 108 views
3 answers 144 views
...