Answers for "check the python directory in windows"

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 "check the python directory in windows"

Python Answers by Framework

Browse Popular Code Answers by Language