Python - Standard Library Usage
What will be the output of this code?
import os
path = os.path.join('folder', 'subfolder', 'file.txt')
print(path)import os
path = os.path.join('folder', 'subfolder', 'file.txt')
print(path)/ as separators.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions