""" # Write the HTML content to a file with open("random_animal_art.html", "w") as file: file.write(html_content) # Print a success message print("random_animal_art.html was successfully created.")