Q19
How can you determine the path of the currently executing script in Python?
A.
By using the os.path module
AnswerB.
By using the current_path() function
C.
By using the script_path variable
D.
By using the get_path() method
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board