# py 2.x only def foo(a, (b, (c, d)), e): pass foo(1, (2, (3, 4)), 5)