SIGN IN SIGN UP

Update sol1.py (#643)

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.
S
Sanders Lin committed
9417091dabf9d8e9ebec078942a2fbba0966e42f
Parent: 60418a6
Committed by John Law <24757020+poyea@users.noreply.github.com> on 2/13/2019, 10:02:32 AM