Python - Standard Library Usage
Find the bug in this code snippet:
import os
path = os.path.basename('folder/subfolder')
print(path)import os
path = os.path.basename('folder/subfolder')
print(path)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions