Takes in a 16-digit credit card number from a common credit card vendor (Visa, MasterCard, American Express, Discover) and validates it to make sure that it is a valid number.
Make sure you got python installed. I use Python3.
python3 validator.py
💳 Takes in a 16-digit credit card number from a common credit card vendor (Visa, MasterCard, American Express, Discover) and validates it to make sure that it is a proper number.
Python