The Luhn algorithm, is a simple checksum formula used to validate a variety of identification numbers, like credit card numbers.
Uses Python3.
Copy main.py into the text editor of your choice. If using terminal, use the command python3 main.py and press Enter.