@ -1,3 +1,4 @@
def concat(a, b):
def avg(*args):
return a + b
return(sum(args)/len(args))
print(concat("Hello", " World!"))
print(avg(1, 3, 5, 7))
The note is not visible to the blocked user.