0
actually u are creating one sublist and refering it three times so it would get to append to all the three. and also if you give like tis l[3].append(2) you get index out of bound error.
13th Jan 2020, 4:05 PM
monica
monica - avatar