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