Answers for "get location of window python"

0

how to get location using python

import os
os.system('echo $PWD')
Posted by: Guest on May-23-2021
0

python get location of script

import os

file_path = os.path.realpath(__file__)
Posted by: Guest on June-20-2021

Python Answers by Framework

Browse Popular Code Answers by Language