Answers for "how do i get the location of a python script"

0

python how to get directory of script

import os
print(os.path.abspath(''))
Posted by: Guest on December-04-2020

Code answers related to "how do i get the location of a python script"

Python Answers by Framework

Browse Popular Code Answers by Language