@ -1,4 +1,4 @@
def avg(*args):
return(sum(args)/len(args))
def uppersort(*args):
return sorted([str.upper(arg) for arg in args])
print(avg(1, 3, 5, 7))
print(uppersort('b', 'a', 'd', 'c'))
The note is not visible to the blocked user.