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.
1 parent c3ed93c commit 02723fdCopy full SHA for 02723fd
_sources/functions/funcGAI-Diss2.rst
@@ -30,7 +30,7 @@ Function1 takes a list of numbers and outputs a number as shown below:
30
Input Output
31
function1([10, 80, 100]) 72.5
32
function1([70, 90, 50]) 75.0
33
- function1([2, 4, 6, 8]) 7.2
+ function1([2, 4, 6, 8]) 5.6
34
35
36
To check that you understand what the function is doing please enter the expected output for the following input:
@@ -65,7 +65,7 @@ To check that you understand what the function is doing please enter the expecte
65
66
67
68
69
~~~~
70
71
====
0 commit comments