Recent | Popular
#pytho #list
import os path_cwd = os.listdir()
import re r = re.compile(".*xlsx") ## what searching for new_list = list(filter(r.match, list-name)) ## list-name is the list print(new_list)
Mon Jul 04 2022 09:55:34 GMT+0000 (Coordinated Universal Time)
Mon Jul 04 2022 09:54:47 GMT+0000 (Coordinated Universal Time)