Computer Science, asked by rk2368491, 16 days ago

it is an example pf shopping=["soap",5,"oil",1ltr,"cash",1000] a)tuple b.list c.int d.str​

Answers

Answered by Anonymous
1

It is an example of b. list .

Since a list should be written within two square brackets, and a list can contain anything i.e. strings, tuple, integers, etc. Strings must be written within quotation marks (e.g. "soap", "cash").

Similar questions