Vidyalelo
Python · Q19

Module in Python

Programming · Python · question 19

Q19

How can you determine the path of the currently executing script in Python?

A.
By using the os.path module
Answer
B.
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