from pathlib import Path html = r""" Equation Gallery — Single Problem Flow

Mural District

Step 1 · Read the problem
Step 2 · Solve the task
Step 3 · Check your work

Student Task

Math Support

Creative Studio

Create a matching rule, then explain it in your own words. This comes after the main problem, not before.

Build Your Own Pattern

Choose a rule and explain what the input and output mean.

""" path = Path("/mnt/data/equation_gallery_6EEC9_v4_single_problem.html") path.write_text(html, encoding="utf-8") print(f"Saved {path}")