This website requires JavaScript.
Explore
Help
Register
Sign In
exercism
/
python
Watch
1
Star
0
Fork
0
You've already forked python
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3cf79fc0277db3988901b46059f50718ef8df28
python
/
exercises
/
practice
/
luhn
/
luhn.py
7 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
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