def dance_style(path): filename = path.name arr = filename.split("_") return arr[1]