mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): Update description for Step 1 of the Luhn Algorithm Project (#54773)
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
This commit is contained in:
+1
-5
@@ -9,11 +9,7 @@ dashedName: step-1
|
||||
|
||||
In this project, you will implement the Luhn Algorithm. This algorithm is a formula to validate a variety of identification numbers.
|
||||
|
||||
<!-- TODO: Maybe cover `if __name__ == '__main__'` -->
|
||||
<!-- Might not make sense, because import is not covered yet -->
|
||||
<!-- https://docs.python.org/3/reference/import.html?highlight=__name__#import-related-module-attributes -->
|
||||
|
||||
Start by declaring a function called `main`. Use the `pass` keyword to avoid an error.
|
||||
Start by declaring a function called `main`, this will serve as the entry point of the program. Use the `pass` keyword to avoid an error.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user