blob: aa6b0c97614173dbfa83c8a41a2cee341d7c7f60 [file] [log] [blame]
ab = ((1, 2), (3, 4))
def f(*args):
return args
f(*ab) # pass