Aluko Kenny

Generation

generate functionSat, 13 May 2023

Sum and average of 5 numbers

def sum_and_avg(a, b, c, d, e): return (a + b + c + d + e)/5 sum_and_avg(1, 2, 3, 4, 5)

Questions about programming?Chat with your personal AI assistant