We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2667014 commit 8a63b6fCopy full SHA for 8a63b6f
code/daniel/lab07-ccv/lab07-ccv.py
@@ -109,4 +109,5 @@
109
if check_digit == second_digit[index]:
110
print("True Valid!")
111
else:
112
- print("False, check digit not valid")
+ print("False, check digit not valid")
113
+
0 commit comments