Answers for "python get my current location"

24

python get current directory

import os

print(os.getcwd())
Posted by: Guest on March-02-2021
0

how to get location using python

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

Code answers related to "python get my current location"

Python Answers by Framework

Browse Popular Code Answers by Language