Content deleted Content added
→Remove all implementation examples: fix grammar |
|||
Line 205:
Secondly, calculate_luhn returns (10 - something_mod_10). Hence, the results will be between 1 and 10, which is not what we want for a single checksum digit. [[Special:Contributions/216.165.126.85|216.165.126.85]] ([[User talk:216.165.126.85|talk]]) 01:05, 17 March 2012 (UTC)
::: The Python example doesn't clarify anything. I have done minor programming with BuildBot; which I believe uses Python. I have used Perl, lisp, Basic, C, Java, C++, 8 different assembler languages, JavaScript, Pascal and Fortran. Any programmer
== Ruby Solution ==
|