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
History,
3 months ago
Math,
3 months ago
Math,
6 months ago
Social Sciences,
6 months ago
Computer Science,
11 months ago
English,
11 months ago
Math,
11 months ago