Skip to content

Commit 02723fd

Browse files
committed
Fix on example
1 parent c3ed93c commit 02723fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sources/functions/funcGAI-Diss2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Function1 takes a list of numbers and outputs a number as shown below:
3030
Input Output
3131
function1([10, 80, 100]) 72.5
3232
function1([70, 90, 50]) 75.0
33-
function1([2, 4, 6, 8]) 7.2
33+
function1([2, 4, 6, 8]) 5.6
3434
3535
3636
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
6565
Input Output
6666
function1([10, 80, 100]) 72.5
6767
function1([70, 90, 50]) 75.0
68-
function1([2, 4, 6, 8]) 7.2
68+
function1([2, 4, 6, 8]) 5.6
6969
~~~~
7070

7171
====

0 commit comments

Comments
 (0)