Computer Science, asked by kajal05jnvs, 7 months ago

Click here to get an answer to your question ✍️ def increment (n): n.append([4,3]) return n L=[1,2,3,6] M=increment(L) print(L,M)

Answers

Answered by RuwaisnZaid
0

Explanation:

[1,2,3,6],[1,2,3,6,[4,6]]

this is the answer

Similar questions