I am trying to edit a list of lists by
s[0][0]=1
but instead of just the first number in the first row changing to 1, the first number in all the rows are changing to 1.
I was first taught python using 2.7, but the class I'm taking now requires 3.4. Was there a change in syntax between the two versions? Otherwise, what am I doing incorrectly?
Thanks in advance