Answers for "where is my python installation"

3

get python directiory

import sys
print('\n'.join(sys.path))
Posted by: Guest on May-09-2020

Python Answers by Framework

Browse Popular Code Answers by Language