calling the function police

EP EP at zomething.com
Mon Dec 22 01:32:25 EST 2003


Oops. copied wrong:

> >>> result=function1(first=parameter, end='noodles','Jim Beam', 'Poker')

strike that.

It was actually:

 >>> result=function1('Jim Beam', 'Poker',first=parameter,end='noodles')

and got this error:

>TypeError: function1() got multiple values for keyword argument 'first'






More information about the Python-list mailing list