computer science class 12
Attachments:
![](https://hi-static.z-dn.net/files/d17/b931b6a64b0997488c3e19422cf358ab.jpg)
Answers
Answered by
1
Answer:
Output for the first one will be
[10, 20, 30]
[1, 2, 3, 4]
[10, 20, 30]
and for the second one output will be
150 # 150
150 # 150
30 # 30
150 # 30
i thought the 2nd one will produce an error
But when i checked it on python it gave the above output
Similar questions