1 Week description
Lorem ipsum dolor sit amet. hello.
\[ e=mc^2 \]
Exercise with Inline Solution accessible to the students
# square each number
for x in range(5):
print(x**2)
Lorem ipsum dolor sit amet. hello.
\[ e=mc^2 \]
# square each number
for x in range(5):
print(x**2)