blob: bde7ba338a65c7b5083585417db559dc2c7909f6 [file] [log] [blame]
def foo(arg):
print arg
foo(('a', 'b'))