https://github.com/derektypist/luhn-algorithm-python
The Luhn Algorithm is used for error-checking in various applications, such as credit card numbers. Working with numerical computations and string manipulations.
https://github.com/derektypist/luhn-algorithm-python
Last synced: about 1 year ago
JSON representation
The Luhn Algorithm is used for error-checking in various applications, such as credit card numbers. Working with numerical computations and string manipulations.
- Host: GitHub
- URL: https://github.com/derektypist/luhn-algorithm-python
- Owner: derektypist
- Created: 2024-03-19T12:33:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T12:37:11.000Z (about 2 years ago)
- Last Synced: 2025-01-27T23:23:37.355Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luhn Algorithm Python
The Luhn Algorithm is used for error-checking in various applications, such as credit card numbers. Working with numerical computations and string manipulations.
## Technologies
Uses Python3. Working with numerical computations and string manipulations.
## Deployment
Clone the repository. In the terminal, type `python3 main.py` to run.
## Credits
### Acknowledgements
[FreeCodeCamp - Scientific Computing with Python](https://www.freecodecamp.org/learn/scientific-computing-with-python/)