I created a average function using def

 def average(a,b):

    return (a+b)/2
print(average(2 ,3))

Comments

Popular posts from this blog