We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2709e62 commit 5d0d76dCopy full SHA for 5d0d76d
luhn_algorithm_for_credit_card_validation.py
@@ -5,6 +5,8 @@
5
6
"""
7
8
+# TODO: To make it much more better and succint
9
+
10
11
def verify_card_number(card_number):
12
sum_of_odd_digits = 0
0 commit comments