Add the code for swapping. Start with a temp variable and set it to the value at index j.

Great stuff!

Make sure to add temp = list[j] to your code.