Average Calculation Function

  • Share this:

Code introduction


Calculate the average of two numbers.


Technology Stack : Built-in arithmetic operations

Code Type : Math

Code Difficulty :


                
                    
def aaaa(a, b):
    return (a + b) / 2