Computer Science
An absolute path always begins with the root folder.
Python Data Handling
3 Likes
Answer
True
Reason — An absolute path always starts from the root folder, which is the top-level directory in a file system.
Answered By
3 Likes
Related Questions
Fill in the blanks:
To force Python to write the contents of file buffer on to storage file, _________ method may be used.
Fill in the blanks:
When we work with file, _________ area is automatically associated with the file when we open it.
It is not necessary to always create the file in the same default folder where Python has been installed.
In binary file, there is no delimiter for a line.