Update the element at index 0 in the list stored in the parameter plans to "jogging".
0
plans
"jogging"
Make sure to type plans[0] = "jogging".
plans[0] = "jogging"