Answers for "how to check directory that python is installed"

15

how to check in which directory python in running

import os
cwd = os.getcwd()
Posted by: Guest on March-09-2020

Code answers related to "how to check directory that python is installed"

Python Answers by Framework

Browse Popular Code Answers by Language