Sha256: 8e86478b3e0d2f978c98266272af118c7a2c206fbb782117abaa7912f2840708

Contents?: true

Size: 105 Bytes

Versions: 71

Compression:

Stored size: 105 Bytes

Contents

class Luhn(object):
    def __init__(self, card_num):
        pass

    def is_valid(self):
        pass

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.118 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.117 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.116 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.115 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.114 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.113 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.111 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.110 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.109 tracks/python/exercises/luhn/luhn.py
trackler-2.2.1.108 tracks/python/exercises/luhn/luhn.py