Hướng dẫn thử thách
1 / 35
Step 1
In this project, you will implement the Luhn Algorithm. This algorithm is a formula to validate a variety of identification numbers.
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.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.py
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵