Help for this page

Select Code to Download


  1. or download this
    return any('Discover card', 'Discover');
    # Or . . . 
    return any('VISA card', 'VISA');
    # Or maybe . . . 
    return any('American Express card', 'American Express', 'AmEx');