blob: e26f4e8622016242a4e777349b9c109a980f81bb [file] [log] [blame]
def comp_args(a=2, (b, c)=(3, 4)):
return a, b, c