We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7718a3 + be38f7f commit 54d6220Copy full SHA for 54d6220
exercises/09.1-For_loop_min_value/README.md
@@ -8,13 +8,12 @@ you have to specify what to do on each iteration of the loop.
8
1. Please use the for loop function to get the minimum value
9
of the list and print it in the console.
10
11
-HINT
12
-1. Declare an auxiliar global variable
13
-2. Set its value to a very big integer
14
-3. Every time you loop compare its value to the item value, if the item value is smaller
15
- update the auxiliar variable value to the item value.
16
-4. Outside of the loop, after the loop is finished, print the auxiliar value.
+💡Tip:
+1. Declare an Auxiliary Global Variable.
+2. Set it's value to a very big interger.
+3. Every time you loop, compare it's value to the item value. If the item value is smaller, update the auxiliary variable value to the item value.
+4. Outside of the loop, after the loop is finished, print the auxiliary value.
17
18
```py
19
expected: 23
20
-```
+```
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments