import os
def ls_component(path): ls = os.path.sep(path) print(ls) return ls
ls_component(\'D:\\SDP\\speaker-identification-master\\data\\eval\')
This is th