list3 = [1,2,[3,4,'hello']]
I know the solution to this is: list3[2][2]='goodbye'
Why is this the solution? I don't understand why that is the answer and would appreciate an explanation, thank you!
I know the solution to this is: list3[2][2]='goodbye'
Why is this the solution? I don't understand why that is the answer and would appreciate an explanation, thank you!
Comment