MCPcopy Index your code
hub / github.com/geekcomputers/Python / Luhn_Algorithm.py

File Luhn_Algorithm.py

Luhn_Algorithm.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2
3"""
4Python Program using the Luhn Algorithm

Callers

nothing calls this directly

Calls 4

exitFunction · 0.85
extendMethod · 0.80
appendMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected