Generation

generate functionWed, 03 May 2023

read all of the .html files which in afolder

import glob for file in glob.glob("*.html"): print(file)

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