Lily's Homework

  • + 0 comments
    a[i],a[ind_to_swap] = sorted_a[i],a[i]
    

    can you explain this piece of code