def foo(a, b, c, d, e, f, g, h, i, j): pass
def foo(*args): pass
Used when a function or method takes too many arguments.