Generation

generate functionWed, 03 May 2023

read all the html files in the folder

import os def read_files(path): file_list = os.listdir(path) return file_list read_files('./')

Want to kickstart your project?Use the new AI Studio to create your code