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 9:06 ID:370per+r

>>4
This is probably not ENTERPRISE enough, for I haven't tried out PEAK yet.

checks = [
    (luhn_check(card.number) and validate_ccnum(card.type, card.number),
     'Invalid Credit Card Number'),
    (validate_exp_date(card.date),
     'Invalid Expiry Date')
    ]

return ', '.join([err for val, err in checks if not val])


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