Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 1dfd9eb

Browse files
authored
add unique id for exercise
1 parent dc77520 commit 1dfd9eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/flow/Exercises/01.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"source": [
5959
"## Exercise\n",
60+
"% was exercise 2.2.1\n",
6061
"\n",
6162
"One of the most crucial applications of <code>if</code> statements is filtering the data from errors and checking whether an error is within a certain limit.\n",
6263
"\n",
@@ -167,6 +168,7 @@
167168
},
168169
"source": [
169170
"## (Searching) Exercise\n",
171+
"% was exercise 2.2.4\n",
170172
"\n",
171173
"Conditional expression is a way how one can compress an <code>if</code> statement to a more compact (and logical) statement. Your task is to rewrite the below <code>if</code> statement by using the <i>'conditional expression'</i> technique."
172174
]
@@ -290,6 +292,7 @@
290292
},
291293
"source": [
292294
"## Exercise\n",
295+
"% was exercise 2.4.3\n",
293296
"\n",
294297
"Here you need to write a function that is able to sort any list consisting only of real numbers, in the descending order. For example, the list $[19, 5, 144, 6]$ becomes $[144, 19, 6, 5]$. However there are three possible options to complete correctly the code where the dots `...` are placed.\n",
295298
"\n",

0 commit comments

Comments
 (0)