hello members,

See my script piece below:

def testB(shift,**argv):
    print "first argument is %s" %shift
    print "all other arguments are:",argv

testB('mails','Jen','[EMAIL PROTECTED]','Joe','[EMAIL PROTECTED]')

It can't work at all.please help tell me the reasons.thanks.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to