Python - Standard Library Usage
Identify the error in this code:
import os
path = os.path.join('folder', '/file.txt')
print(path)import os
path = os.path.join('folder', '/file.txt')
print(path)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions