def f(a, *pargs, **kargs): print a, pargs, kargsf(1, 2, 3, x=1, y=2)
Name (required)
email (will not be published) (required)
Website