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
0
Explanation:
[1,2,3,6],[1,2,3,6,[4,6]]
this is the answer
Similar questions
Math,
3 months ago
English,
3 months ago
Computer Science,
3 months ago
Social Sciences,
7 months ago