-
Notifications
You must be signed in to change notification settings - Fork 307
Open
@n-freman
Description
your code will give IndexError
because when it reaches i == len(ar)-1 it tries to get ar[j] where j == i + 1 == len(ar)
Metadata
Metadata
Assignees
Labels
No labels