Trouble modifying a value in a list

Using Python 3.11.1 in JupyterLab Version 3.5.2 I,m getting this error message and I’m not sure how. list is a list with 6 items within it. As you can see Dad is the first item. I am trying to reassign this value to Mike. The error message is calling this a tuple, but it’s a… Read More Trouble modifying a value in a list