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 209 views
1 answer 173 views
1 answer 147 views
1 answer 100 views
2 answers 242 views
1 answer 102 views
3 answers 131 views
...