whats wrong in my code
QUICKSORT CHALLENGE
Hey @naazsayma123, after debugging your code, I just found a small error in one of the for loops. Just replace the following line of code :
for j in range (s,e-1):
by the following line of code :
for j in range (s,e):
This should work well !
I hope this clears your doubt ! 
Happy coding ! 
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.