def a_function(a, b, *args, **kwargs): print "a is", a print "b is", b print "*args is this tuple:", args print "**kwargs is this dictionary:", kwargs
Name (required)
email (will not be published) (required)
Website