-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Description
At https://youtu.be/LHBE6Q9XlzI?t=4130
-
I cannot find the code from this part of the video in the repository.
-
Instructor adds "=" to while loops in both functions (he thought he had mistakenly omitted it. This is incorrect. If "counter" starts at 0 and there are n elements in the given list, then the final iteration would be out of range. That is L[0] to L[6], or 7 elements. Unless "n" is passed as (len(LIST) - 1).
Metadata
Metadata
Assignees
Labels
No labels