Python Scripting

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Python important scripts:

To get the current working directory use

##########

import os
cwd = os.getcwd()

Output : C:\Users\bpgn9266\AppData\Local\Programs\Python\Python37-32

##########

You might also like