Logo
Explore Help
Register Sign In
exercism/python
1
0
Fork 0
You've already forked python
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
51f8c8dc2ea09921942321ae1271f0b237b8a659
python/exercises/practice/luhn/luhn.py

7 lines
94 B
Python
Raw Normal View History

remove Python2 class declaration syntax
2019-11-07 08:58:16 -05:00
class Luhn:
luhn: add parameters to exercise placeholder (#1162) Fixes #571
2018-01-20 04:25:07 -06:00
def __init__(self, card_num):
Add skeleton files for exercises (#415) closes #272
2017-03-12 15:13:28 +01:00
pass
luhn: update tests to v1.1.0 (#1290) * luhn: update tests to v1.1.0 * Update version number * Change file encoding from Windows 1252 to UTF-8 * luhn: Fix unexpected change of test case * luhn: Change test file to UTF-8 * luhn: Add necessary `is_valid` method in stub
2018-02-20 02:52:49 +08:00
luhn: update tests to v1.6.1 (#1825)
2019-06-11 21:21:25 +02:00
def valid(self):
luhn: update tests to v1.1.0 (#1290) * luhn: update tests to v1.1.0 * Update version number * Change file encoding from Windows 1252 to UTF-8 * luhn: Fix unexpected change of test case * luhn: Change test file to UTF-8 * luhn: Add necessary `is_valid` method in stub
2018-02-20 02:52:49 +08:00
pass
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 254ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API