1  Week description

Authors

Jane Doe

John Doe

Published

June 26, 2025

Lorem ipsum dolor sit amet. hello.

\[ e=mc^2 \]

👨🏻‍🏫 Slides Slides PDF

Exercise with Inline Solution accessible to the students

# square each number
for x in range(5):
  print(x**2)

Solution only visible in the teacher version