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)

Questions about programming?Chat with your personal AI assistant