Skip to content

The Luhn algorithm, is a simple checksum formula used to validate a variety of identification numbers, like credit card numbers.

Notifications You must be signed in to change notification settings

derektypist/implement-the-luhn-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Implement the Luhn Algorithm

The Luhn algorithm, is a simple checksum formula used to validate a variety of identification numbers, like credit card numbers.

Technologies

Uses Python3.

Deployment

Copy main.py into the text editor of your choice. If using terminal, use the command python3 main.py and press Enter.

Credits

Acknowledgements

About

The Luhn algorithm, is a simple checksum formula used to validate a variety of identification numbers, like credit card numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages