Computer Science, asked by manvendrasingh935, 4 months ago

Write down the output of the following :
1st=[10,20,30,40,50,60,70,80,90]
print ( 1st[1:10:2] )​

Answers

Answered by chingsangamba90
0

Answer:

I don't think this will output anything else than an error as the list is one dimensional

Similar questions