get python directiory

Solutions on MaxInterview for get python directiory by the best coders in the world

showing results for - "get python directiory"
Mattia
08 Sep 2019
1import sys
2print('\n'.join(sys.path))