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 228 views
1 answer 190 views
1 answer 161 views
1 answer 114 views
2 answers 251 views
1 answer 112 views
3 answers 156 views
...