File size: 96 Bytes
2d5fdd1
 
 
 
1
2
3
4
5
def dance_style(path):
    filename = path.name
    arr = filename.split("_")
    return arr[1]