Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xinyinghou/py4e-int
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyinghou committed Sep 3, 2024
2 parents 9281dcb + 35d9d04 commit fdf1d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sources/functions/funcGAI-Diss2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Function1 takes a list of numbers and outputs a number as shown below:
Input Output
function1([10, 80, 100]) 72.5
function1([70, 90, 50]) 75.0
function1([2, 4, 6, 8]) 7.2
function1([2, 4, 6, 8]) 5.6
To check that you understand what the function is doing please enter the expected output for the following input:
Expand Down Expand Up @@ -65,7 +65,7 @@ To check that you understand what the function is doing please enter the expecte
Input Output
function1([10, 80, 100]) 72.5
function1([70, 90, 50]) 75.0
function1([2, 4, 6, 8]) 7.2
function1([2, 4, 6, 8]) 5.6
~~~~

====
Expand Down

0 comments on commit fdf1d7c

Please sign in to comment.