Science, asked by harshpathak330, 3 months ago

To get particular information form a list without changing the order of the list ?​

Answers

Answered by Anonymous
9

Explanation:

If you need a data structure that supports both fast membership tests and preservation of insertion order, you can use the keys of a Python dictionary, which starting from Python 3.7 is guaranteed to preserve the insertion order:

Answered by st3374577
0

Answer:

Filtering data

mark me brain list

Similar questions