Computer Science, asked by gurukul4me, 2 months ago

4
Consider the following nested list definition and then answer the questions based
on this
=
[10, [3.141, 20, [30, 'baz', 2.718]], 'foo'] A schematic for this list is shown
below:
[2]
i. What is the expression that returns the 'z' in 'baz'?
ii. What expression returns the list ['baz', 2.718]​

Answers

Answered by jashanrattu01724
1

Answer:

I don't know the correct answer of this question but your equation is so difficult to solve

Answered by mayasharma8
0

Answer:

i) True

ii) ['baz' , 2.718]

Similar questions