Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 72)
72.
What is the purpose of the os.path.join() function?
To join two strings together.
To concatenate two lists.
To join path components intelligently.
To join elements in a tuple.
Answer: Option
Explanation:
The os.path.join() function in Python is used to join path components intelligently, taking care of the correct path separator.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.