Computer Science, asked by tripti14072003, 8 months ago

Consider a list given below and answer the following questions:

L=[“abc”,[6,7,8],3,’mouse’]

L[3:]            b) L[: : 2]            c) L[1:2]        d) L[1][1]

Answers

Answered by seethapathi
1

Answer:

sorry I didn't understand ur question

Similar questions