Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small off by one error. Boundary condition: if len(number) =13 , we would need to check exactly 1 combination, namely number itself. However for i in range(len(number)-13): will iterate 0 times.
- Loading branch information