e.py 90 Bytes Edit 1 2 3 4 5 import os pant = 'C:\\Users\\yang\\Music' fiielist = os.listdir(pant) print(fiielist)