predict the output
a=[10,20,30]
b=[14,15,16]
c=a+b
d=c[1:3]
e=d
a[0]=100
c[3]=120
e[4]=230
Answers
Answered by
2
Answer:
Q25. Refer the following code and predict the output a=[10,20,30] b=[14,15,16] c=a+b d=c [1:3] e=d a[0]=100 c[3]=120 e[4]=230 (i) print(a[0]) (ii) .
Similar questions
Math,
2 months ago
English,
2 months ago
English,
2 months ago
Math,
4 months ago
Social Sciences,
4 months ago
Computer Science,
9 months ago
English,
9 months ago