Question: What is the difference between a relative file path and an absolute file path? A . Relative paths always start from the directory where Python
What is the difference between a relative file path and an absolute file path?
A Relative paths always start from the directory where Python is installed, while
absolute paths can start from any directory.
B Relative paths cannot be used for files in our current working directory, while
absolute paths can be used for any file.
C Relative paths specify a files location based on the current working directory,
while absolute paths specify a files location starting from the toplevel root
directory of the file system.
D Relative paths are typically used for specifying input files, whereas absolute
paths are exclusively reserved for specifying output files
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
