From bfe9bdbf348b7677aac82d43ddde34a8db93904b Mon Sep 17 00:00:00 2001 From: Tereza BELINOVA Date: Fri, 27 Mar 2026 15:30:57 +0100 Subject: [PATCH] excercise template --- episodes/04-image-exploration.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/episodes/04-image-exploration.md b/episodes/04-image-exploration.md index e22c39c3..5d25c69e 100644 --- a/episodes/04-image-exploration.md +++ b/episodes/04-image-exploration.md @@ -37,3 +37,31 @@ exercises: 50 ## This is a new episode that didn't exist in the original curriculum It could take content both from `04-drawing.md` and `05-creating-histograms.md`. + + +:::::::::::::::::::::::::::::::::::::::::::::::::: challenge + +### Excercise description (X min) + +This is an excercise template. Describe here the assignment of the excercise. + + +::::::::::::::: solution + +Provide the code that solves the assignment + +```python +""" This is the excercise code """ +a = 1 +b = 2 +print(a + b) +``` + +```output +3 +``` + +::::::::::::::: + + +::::::::::::::::::::::::::::::::::::::::::::::::::