Add the code for swapping. Start with a temp variable and set it to the value at index j.
temp
j
Great stuff!
Make sure to add temp = list[j] to your code.
temp = list[j]