Navanit Nandakumar

Results 1 comments of Navanit Nandakumar

> 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) Not getting...