Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Python Enterprise Application Kit

Name: Anonymous 2007-09-28 6:54 ID:uTAkQTIE

The road less traveled is the way to the top.

http://peak.telecommunity.com/

Name: Anonymous 2007-09-28 13:15 ID:Or3bPApN

>>7

return ', '.join(err for val, err in [
    (luhn_check(card.number) and validate_ccnum(card.type, card.number), 'Invalid Credit Card Number'),
    (validate_exp_date(card.date), 'Invalid Expiry Date')
] if not val)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List